#bdcb57

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

Shades of Wild Willow #BDCB57

Tints of Wild Willow #BDCB57

Color information

#BDCB57 (or 0xBDCB57) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 57. RGB value is (189,203,87). Sum of RGB (Red+Green+Blue) = 189+203+87=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB57 is #4234A8. Grayscale: #BABABA. Windows color (decimal): -4338857 or 5753789. OLE color: 5753789.

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

Color convert

RGB18920387-
CMYK0.0700.570.20
HSL67.24º52.73%56.86%-
HSV(B)67.24º57.14%79.61%-
XYZ44.0654.2217.16-
YUV185.5972.36130.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 87 (34.38% from 255) = 18.16%
R=39.46%
G=42.38%
B=18.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203870.0700.570.2067.2452.7356.86
HexBDCB57703914433539
Octal2753131277071241036571
Binary101111011100101110101111110111001101001000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdcb57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdcb57; }

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

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

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

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

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

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

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

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