#BDCB70

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

Shades of Wild Willow #BDCB70

Tints of Wild Willow #BDCB70

Color information

#BDCB70 (or 0xBDCB70) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 70. RGB value is (189,203,112). Sum of RGB (Red+Green+Blue) = 189+203+112=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB70 is #42348F. Grayscale: #BCBCBC. Windows color (decimal): -4338832 or 7392189. OLE color: 7392189.

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

Color convert

RGB189203112-
CMYK0.0700.450.20
HSL69.23º46.67%61.76%-
HSV(B)69.23º44.83%79.61%-
XYZ45.2754.723.5-
YUV188.4484.86128.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=37.5%
G=40.28%
B=22.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031120.0700.450.2069.2346.6761.76
HexBDCB70702D14452f3e
Octal2753131607055241055776
Binary101111011100101111100001110101101101001000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB70; }

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

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

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

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

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

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

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

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