#B9D365

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

Shades of Wild Willow #B9D365

Tints of Wild Willow #B9D365

Color information

#B9D365 (or 0xB9D365) is unknown color: approx Wild Willow. HEX triplet: B9, D3 and 65. RGB value is (185,211,101). Sum of RGB (Red+Green+Blue) = 185+211+101=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D365 is #462C9A. Grayscale: #BFBFBF. Windows color (decimal): -4598939 or 6673337. OLE color: 6673337.

HSL color Cylindrical-coordinate representation of color #B9D365: hue angle of 74.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9D365 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB185211101-
CMYK0.1200.520.17
HSL74.18º55.56%61.18%-
HSV(B)74.18º52.13%82.75%-
XYZ45.6557.8421.07-
YUV190.6977.39123.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=37.22%
G=42.45%
B=20.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111010.1200.520.1774.1855.5661.18
HexB9D365C034114a383d
Octal27132314514064211127075
Binary1011100111010011110010111000110100100011001010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D365; }

 p { color: rgb(185,211,101); }

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

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

 a { background-color: rgb(185,211,101); }

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

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

 span { border-color: rgb(185,211,101); }

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