#BDD870

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

Shades of Wild Willow #BDD870

Tints of Wild Willow #BDD870

Color information

#BDD870 (or 0xBDD870) is unknown color: approx Wild Willow. HEX triplet: BD, D8 and 70. RGB value is (189,216,112). Sum of RGB (Red+Green+Blue) = 189+216+112=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD870 is #42278F. Grayscale: #C4C4C4. Windows color (decimal): -4335504 or 7395517. OLE color: 7395517.

HSL color Cylindrical-coordinate representation of color #BDD870: hue angle of 75.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD870 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB189216112-
CMYK0.1200.480.15
HSL75.58º57.14%64.31%-
HSV(B)75.58º48.15%84.71%-
XYZ48.4761.124.57-
YUV196.0780.55122.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=36.56%
G=41.78%
B=21.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161120.1200.480.1575.5857.1464.31
HexBDD870C030F4c3940
Octal275330160140601711471100
Binary1011110111011000111000011000110000111110011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD870; }

 p { color: rgb(189,216,112); }

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

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

 a { background-color: rgb(189,216,112); }

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

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

 span { border-color: rgb(189,216,112); }

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