Html Css Color HEX #BDBB47 Celery

📋 copy color: '#BDBB47'

red 189 ◦ green 187 ◦ blue 71

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

Shades of Celery #BDBB47

Tints of Celery #BDBB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.88%

R = 42.28%
G = 41.83%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDBB47 (or 0xBDBB47) is known color: Celery. HEX triplet: BD, BB and 47. RGB value is (189,187,71). Sum of RGB (Red+Green+Blue) = 189+187+71=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB47 is #4244B8. Grayscale: #AEAEAE. Windows color (decimal): -4342969 or 4701117. OLE color: 4701117.

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

Color convert

RGB 189 187 71 -
CMYK 0 0.01 0.62 0.26
HSL 58.98º 0.47% 0.51% -
HSV(B) 58.98º 0.62% 0.74% -
XYZ 39.89 46.81 12.89 -
YUV 174.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 189 187 71 0 0.01 0.62 0.26 58.98 0.47 0.51
Hex BD BB 47 0 1 3E 1A 3B 2F 33
Octal 275 273 107 0 1 76 32 73 57 63
Binary 10111101 10111011 1000111 0 1 111110 11010 111011 101111 110011

Color Harmonies of #BDBB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB47

Black with #BDBB47

Text Example


Text Example

White with #BDBB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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