#BDD967

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

Shades of Wild Willow #BDD967

Tints of Wild Willow #BDD967

Color information

#BDD967 (or 0xBDD967) is unknown color: approx Wild Willow. HEX triplet: BD, D9 and 67. RGB value is (189,217,103). Sum of RGB (Red+Green+Blue) = 189+217+103=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD967 is #422698. Grayscale: #C4C4C4. Windows color (decimal): -4335257 or 6805949. OLE color: 6805949.

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

Color convert

RGB189217103-
CMYK0.1300.530.15
HSL74.74º60%62.75%-
HSV(B)74.74º52.53%85.1%-
XYZ48.2561.4222.15-
YUV195.6375.72123.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=37.13%
G=42.63%
B=20.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171030.1300.530.1574.746062.75
HexBDD967D035F4b3c3f
Octal27533114715065171137477
Binary101111011101100111001111101011010111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD967; }

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

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

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

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

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

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

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

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