#BDCB5A

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

Shades of Wild Willow #BDCB5A

Tints of Wild Willow #BDCB5A

Color information

#BDCB5A (or 0xBDCB5A) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 5A. RGB value is (189,203,90). Sum of RGB (Red+Green+Blue) = 189+203+90=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB5A is #4234A5. Grayscale: #BABABA. Windows color (decimal): -4338854 or 5950397. OLE color: 5950397.

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

Color convert

RGB18920390-
CMYK0.0700.560.20
HSL67.43º52.07%57.45%-
HSV(B)67.43º55.67%79.61%-
XYZ44.1954.2717.82-
YUV185.9373.86130.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 90 (35.55% from 255) = 18.67%
R=39.21%
G=42.12%
B=18.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203900.0700.560.2067.4352.0757.45
HexBDCB5A703814433439
Octal2753131327070241036471
Binary101111011100101110110101110111000101001000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB5A; }

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

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

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

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

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

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

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

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