Html Css Color HEX #BDBB44 Celery

📋 copy color: '#BDBB44'

red 189 ◦ green 187 ◦ blue 68

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

Shades of Celery #BDBB44

Tints of Celery #BDBB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.32%

R = 42.57%
G = 42.12%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDBB44 (or 0xBDBB44) is known color: Celery. HEX triplet: BD, BB and 44. RGB value is (189,187,68). Sum of RGB (Red+Green+Blue) = 189+187+68=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB44 is #4244BB. Grayscale: #AEAEAE. Windows color (decimal): -4342972 or 4504509. OLE color: 4504509.

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

Color convert

RGB 189 187 68 -
CMYK 0 0.01 0.64 0.26
HSL 59.01º 0.48% 0.5% -
HSV(B) 59.01º 0.64% 0.74% -
XYZ 39.8 46.78 12.4 -
YUV 174.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 189 187 68 0 0.01 0.64 0.26 59.01 0.48 0.5
Hex BD BB 44 0 1 40 1A 3B 30 32
Octal 275 273 104 0 1 100 32 73 60 62
Binary 10111101 10111011 1000100 0 1 1000000 11010 111011 110000 110010

Color Harmonies of #BDBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB44

Black with #BDBB44

Text Example


Text Example

White with #BDBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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