Html Css Color HEX #B2BD50 Celery

📋 copy color: '#B2BD50'

red 178 ◦ green 189 ◦ blue 80

#B2BD50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B2BD50

Tints of Celery #B2BD50

RGB

 RED value IS 178 (69.92% from 255) = 39.82%

 GREEN value IS 189 (74.22% from 255) = 42.28%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 39.82%
G = 42.28%
B = 17.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2BD50 (or 0xB2BD50) is known color: Celery. HEX triplet: B2, BD and 50. RGB value is (178,189,80). Sum of RGB (Red+Green+Blue) = 178+189+80=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD50 is #4D42AF. Grayscale: #ADADAD. Windows color (decimal): -5063344 or 5291442. OLE color: 5291442.

HSL color Cylindrical-coordinate representation of color #B2BD50: hue angle of 66.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2BD50 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 80 -
CMYK 0.06 0 0.58 0.26
HSL 66.06º 0.45% 0.53% -
HSV(B) 66.06º 0.58% 0.74% -
XYZ 38.01 46.44 14.55 -
YUV 173.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 178 189 80 0.06 0 0.58 0.26 66.06 0.45 0.53
Hex B2 BD 50 6 0 3A 1A 42 2D 35
Octal 262 275 120 6 0 72 32 102 55 65
Binary 10110010 10111101 1010000 110 0 111010 11010 1000010 101101 110101

Color Harmonies of #B2BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD50

Black with #B2BD50

Text Example


Text Example

White with #B2BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD50; }

 p { color: rgb(178,189,80); }

 H1.HeaderClassName
 {
   color: #B2BD50;
 }
 .AnyTagClassName
 {
   color: #B2BD50;
 }
</style>

background-color css

<style>
 a { background-color: #B2BD50; }

 a { background-color: rgb(178,189,80); }

 div.DivClassName
 {
   background-color: #B2BD50;
 }
 .BgClassName
 {
   background-color: #B2BD50;
 }
</style>

border-color css

<style>
 span { border-color: #B2BD50; }

 span { border-color: rgb(178,189,80); }

 td.TdClassName
 {
   border-color: #B2BD50;
 }
 .TagClassName
 {
   border-color: #B2BD50;
 }
</style>