#BDCB52

Color #BDCB52 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDCB52

Tints of Wild Willow #BDCB52

Color information

#BDCB52 (or 0xBDCB52) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 52. RGB value is (189,203,82). Sum of RGB (Red+Green+Blue) = 189+203+82=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB52 is #4234AD. Grayscale: #B9B9B9. Windows color (decimal): -4338862 or 5426109. OLE color: 5426109.

HSL color Cylindrical-coordinate representation of color #BDCB52: hue angle of 66.94º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDCB52 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB18920382-
CMYK0.0700.600.20
HSL66.94º53.78%55.88%-
HSV(B)66.94º59.61%79.61%-
XYZ43.8754.1416.12-
YUV185.0269.86130.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 82 (32.42% from 255) = 17.30%
R=39.87%
G=42.83%
B=17.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203820.0700.600.2066.9453.7855.88
HexBDCB52703C14433638
Octal2753131227074241036670
Binary101111011100101110100101110111100101001000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB52; }

 p { color: rgb(189,203,82); }

 H1.HeaderClassName
 {
   color: #BDCB52;
 }
 .AnyTagClassName
 {
   color: #BDCB52;
 }
</style>
background-color css

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

 a { background-color: rgb(189,203,82); }

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

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

 span { border-color: rgb(189,203,82); }

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