#B9D272

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

Shades of Wild Willow #B9D272

Tints of Wild Willow #B9D272

Color information

#B9D272 (or 0xB9D272) is unknown color: approx Wild Willow. HEX triplet: B9, D2 and 72. RGB value is (185,210,114). Sum of RGB (Red+Green+Blue) = 185+210+114=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D272 is #462D8D. Grayscale: #BFBFBF. Windows color (decimal): -4599182 or 7525049. OLE color: 7525049.

HSL color Cylindrical-coordinate representation of color #B9D272: hue angle of 75.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D272 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB185210114-
CMYK0.1200.460.18
HSL75.62º51.61%63.53%-
HSV(B)75.62º45.71%82.35%-
XYZ46.0957.6224.61-
YUV191.5884.22123.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=36.35%
G=41.26%
B=22.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101140.1200.460.1875.6251.6163.53
HexB9D272C02E124c3440
Octal271322162140562211464100
Binary10111001110100101110010110001011101001010011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D272; }

 p { color: rgb(185,210,114); }

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

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

 a { background-color: rgb(185,210,114); }

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

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

 span { border-color: rgb(185,210,114); }

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