Html Css Color HEX #BDBB50 Celery

📋 copy color: '#BDBB50'

red 189 ◦ green 187 ◦ blue 80

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

Shades of Celery #BDBB50

Tints of Celery #BDBB50

RGB

 RED value IS 189 (74.22% from 255) = 41.45%

 GREEN value IS 187 (73.44% from 255) = 41.01%

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

R = 41.45%
G = 41.01%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDBB50 (or 0xBDBB50) is known color: Celery. HEX triplet: BD, BB and 50. RGB value is (189,187,80). Sum of RGB (Red+Green+Blue) = 189+187+80=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB50 is #4244AF. Grayscale: #AFAFAF. Windows color (decimal): -4342960 or 5290941. OLE color: 5290941.

HSL color Cylindrical-coordinate representation of color #BDBB50: hue angle of 58.9º 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 #BDBB50 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 80 -
CMYK 0 0.01 0.58 0.26
HSL 58.9º 0.45% 0.53% -
HSV(B) 58.9º 0.58% 0.74% -
XYZ 40.2 46.94 14.53 -
YUV 175.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 189 187 80 0 0.01 0.58 0.26 58.9 0.45 0.53
Hex BD BB 50 0 1 3A 1A 3B 2D 35
Octal 275 273 120 0 1 72 32 73 55 65
Binary 10111101 10111011 1010000 0 1 111010 11010 111011 101101 110101

Color Harmonies of #BDBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB50

Black with #BDBB50

Text Example


Text Example

White with #BDBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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