#BDCB56

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

Shades of Wild Willow #BDCB56

Tints of Wild Willow #BDCB56

Color information

#BDCB56 (or 0xBDCB56) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 56. RGB value is (189,203,86). Sum of RGB (Red+Green+Blue) = 189+203+86=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB56 is #4234A9. Grayscale: #B9B9B9. Windows color (decimal): -4338858 or 5688253. OLE color: 5688253.

HSL color Cylindrical-coordinate representation of color #BDCB56: hue angle of 67.18º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDCB56 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB18920386-
CMYK0.0700.580.20
HSL67.18º52.94%56.67%-
HSV(B)67.18º57.64%79.61%-
XYZ44.0254.216.95-
YUV185.4871.86130.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 86 (33.98% from 255) = 17.99%
R=39.54%
G=42.47%
B=17.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203860.0700.580.2067.1852.9456.67
HexBDCB56703A14433539
Octal2753131267072241036571
Binary101111011100101110101101110111010101001000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB56; }

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

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

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

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

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

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

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

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