#BDDC64

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

Shades of Wild Willow #BDDC64

Tints of Wild Willow #BDDC64

Color information

#BDDC64 (or 0xBDDC64) is unknown color: approx Wild Willow. HEX triplet: BD, DC and 64. RGB value is (189,220,100). Sum of RGB (Red+Green+Blue) = 189+220+100=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC64 is #42239B. Grayscale: #C5C5C5. Windows color (decimal): -4334492 or 6610109. OLE color: 6610109.

HSL color Cylindrical-coordinate representation of color #BDDC64: hue angle of 75.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDC64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB189220100-
CMYK0.1400.550.14
HSL75.5º63.16%62.75%-
HSV(B)75.5º54.55%86.27%-
XYZ48.8862.9321.63-
YUV197.0573.23122.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=37.13%
G=43.22%
B=19.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201000.1400.550.1475.563.1662.75
HexBDDC64E037E4c3f3f
Octal27533414416067161147777
Binary101111011101110011001001110011011111101001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC64; }

 p { color: rgb(189,220,100); }

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

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

 a { background-color: rgb(189,220,100); }

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

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

 span { border-color: rgb(189,220,100); }

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