Html Css Color HEX #BDBB49 Celery

📋 copy color: '#BDBB49'

red 189 ◦ green 187 ◦ blue 73

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

Shades of Celery #BDBB49

Tints of Celery #BDBB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.26%

R = 42.09%
G = 41.65%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDBB49 (or 0xBDBB49) is known color: Celery. HEX triplet: BD, BB and 49. RGB value is (189,187,73). Sum of RGB (Red+Green+Blue) = 189+187+73=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB49 is #4244B6. Grayscale: #AFAFAF. Windows color (decimal): -4342967 or 4832189. OLE color: 4832189.

HSL color Cylindrical-coordinate representation of color #BDBB49: hue angle of 58.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDBB49 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 73 -
CMYK 0 0.01 0.61 0.26
HSL 58.97º 0.47% 0.51% -
HSV(B) 58.97º 0.61% 0.74% -
XYZ 39.96 46.84 13.24 -
YUV 174.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 189 187 73 0 0.01 0.61 0.26 58.97 0.47 0.51
Hex BD BB 49 0 1 3D 1A 3B 2F 33
Octal 275 273 111 0 1 75 32 73 57 63
Binary 10111101 10111011 1001001 0 1 111101 11010 111011 101111 110011

Color Harmonies of #BDBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB49

Black with #BDBB49

Text Example


Text Example

White with #BDBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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