#BDDA60

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

Shades of Wild Willow #BDDA60

Tints of Wild Willow #BDDA60

Color information

#BDDA60 (or 0xBDDA60) is unknown color: approx Wild Willow. HEX triplet: BD, DA and 60. RGB value is (189,218,96). Sum of RGB (Red+Green+Blue) = 189+218+96=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA60 is #42259F. Grayscale: #C3C3C3. Windows color (decimal): -4335008 or 6347453. OLE color: 6347453.

HSL color Cylindrical-coordinate representation of color #BDDA60: hue angle of 74.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDDA60 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB18921896-
CMYK0.1300.560.15
HSL74.26º62.24%61.57%-
HSV(B)74.26º55.96%85.49%-
XYZ48.1761.8120.46-
YUV195.4271.89123.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=37.57%
G=43.34%
B=19.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189218960.1300.560.1574.2662.2461.57
HexBDDA60D038F4a3e3e
Octal27533214015070171127676
Binary101111011101101011000001101011100011111001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA60; }

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

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

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

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

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

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

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

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