#B9CD72

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

Shades of Wild Willow #B9CD72

Tints of Wild Willow #B9CD72

Color information

#B9CD72 (or 0xB9CD72) is unknown color: approx Wild Willow. HEX triplet: B9, CD and 72. RGB value is (185,205,114). Sum of RGB (Red+Green+Blue) = 185+205+114=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CD72 is #46328D. Grayscale: #BCBCBC. Windows color (decimal): -4600462 or 7523769. OLE color: 7523769.

HSL color Cylindrical-coordinate representation of color #B9CD72: hue angle of 73.19º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9CD72 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB185205114-
CMYK0.1000.440.20
HSL73.19º47.64%62.55%-
HSV(B)73.19º44.39%80.39%-
XYZ44.8855.1924.21-
YUV188.6585.87125.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=36.71%
G=40.67%
B=22.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051140.1000.440.2073.1947.6462.55
HexB9CD72A02C1449303f
Octal27131516212054241116077
Binary1011100111001101111001010100101100101001001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD72; }

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

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

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

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

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

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

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

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