#B9CA5E

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

Shades of Wild Willow #B9CA5E

Tints of Wild Willow #B9CA5E

Color information

#B9CA5E (or 0xB9CA5E) is unknown color: approx Wild Willow. HEX triplet: B9, CA and 5E. RGB value is (185,202,94). Sum of RGB (Red+Green+Blue) = 185+202+94=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA5E is #4635A1. Grayscale: #B9B9B9. Windows color (decimal): -4601250 or 6212281. OLE color: 6212281.

HSL color Cylindrical-coordinate representation of color #B9CA5E: hue angle of 69.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9CA5E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB18520294-
CMYK0.0800.530.21
HSL69.44º50.47%58.04%-
HSV(B)69.44º53.47%79.22%-
XYZ43.1553.3618.62-
YUV184.676.87128.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=38.46%
G=42.00%
B=19.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185202940.0800.530.2169.4450.4758.04
HexB9CA5E80351545323a
Octal27131213610065251056272
Binary1011100111001010101111010000110101101011000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA5E; }

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

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

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

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

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

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

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

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