#BDD961

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

Shades of Wild Willow #BDD961

Tints of Wild Willow #BDD961

Color information

#BDD961 (or 0xBDD961) is unknown color: approx Wild Willow. HEX triplet: BD, D9 and 61. RGB value is (189,217,97). Sum of RGB (Red+Green+Blue) = 189+217+97=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD961 is #42269E. Grayscale: #C3C3C3. Windows color (decimal): -4335263 or 6412733. OLE color: 6412733.

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

Color convert

RGB18921797-
CMYK0.1300.550.15
HSL74º61.22%61.57%-
HSV(B)74º55.3%85.1%-
XYZ47.9661.3120.62-
YUV194.9572.72123.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 97 (38.28% from 255) = 19.28%
R=37.57%
G=43.14%
B=19.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189217970.1300.550.157461.2261.57
HexBDD961D037F4a3d3e
Octal27533114115067171127576
Binary101111011101100111000011101011011111111001010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD961; }

 p { color: rgb(189,217,97); }

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

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

 a { background-color: rgb(189,217,97); }

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

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

 span { border-color: rgb(189,217,97); }

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