#B9C35E

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

Shades of Wild Willow #B9C35E

Tints of Wild Willow #B9C35E

Color information

#B9C35E (or 0xB9C35E) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 5E. RGB value is (185,195,94). Sum of RGB (Red+Green+Blue) = 185+195+94=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C35E is #463CA1. Grayscale: #B4B4B4. Windows color (decimal): -4603042 or 6210489. OLE color: 6210489.

HSL color Cylindrical-coordinate representation of color #B9C35E: hue angle of 65.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9C35E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB18519594-
CMYK0.0500.520.24
HSL65.94º45.7%56.67%-
HSV(B)65.94º51.79%76.47%-
XYZ41.5450.1518.08-
YUV180.579.19131.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 94 (37.11% from 255) = 19.83%
R=39.03%
G=41.14%
B=19.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195940.0500.520.2465.9445.756.67
HexB9C35E503418422e39
Octal2713031365064301025671
Binary101110011100001110111101010110100110001000010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C35E; }

 p { color: rgb(185,195,94); }

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

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

 a { background-color: rgb(185,195,94); }

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

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

 span { border-color: rgb(185,195,94); }

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