#BDCD60

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

Shades of Wild Willow #BDCD60

Tints of Wild Willow #BDCD60

Color information

#BDCD60 (or 0xBDCD60) is unknown color: approx Wild Willow. HEX triplet: BD, CD and 60. RGB value is (189,205,96). Sum of RGB (Red+Green+Blue) = 189+205+96=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD60 is #42329F. Grayscale: #BCBCBC. Windows color (decimal): -4338336 or 6344125. OLE color: 6344125.

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

Color convert

RGB18920596-
CMYK0.0800.530.20
HSL68.81º52.15%59.02%-
HSV(B)68.81º53.17%80.39%-
XYZ44.9355.3319.38-
YUV187.7976.2128.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=38.57%
G=41.84%
B=19.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189205960.0800.530.2068.8152.1559.02
HexBDCD6080351445343b
Octal27531514010065241056473
Binary1011110111001101110000010000110101101001000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD60; }

 p { color: rgb(189,205,96); }

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

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

 a { background-color: rgb(189,205,96); }

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

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

 span { border-color: rgb(189,205,96); }

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