#b9d35f

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

Shades of Wild Willow #B9D35F

Tints of Wild Willow #B9D35F

Color information

#B9D35F (or 0xB9D35F) is unknown color: approx Wild Willow. HEX triplet: B9, D3 and 5F. RGB value is (185,211,95). Sum of RGB (Red+Green+Blue) = 185+211+95=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D35F is #462CA0. Grayscale: #BEBEBE. Windows color (decimal): -4598945 or 6280121. OLE color: 6280121.

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

Color convert

RGB18521195-
CMYK0.1200.550.17
HSL73.45º56.86%60%-
HSV(B)73.45º54.98%82.75%-
XYZ45.3757.7319.58-
YUV19074.39124.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 211 (82.81% from 255) = 42.97%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=37.68%
G=42.97%
B=19.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185211950.1200.550.1773.4556.8660
HexB9D35FC0371149393c
Octal27132313714067211117174
Binary1011100111010011101111111000110111100011001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9d35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9d35f; }

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

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

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

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

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

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

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

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