Html Css Color HEX #B9CA5E Wild Willow

📋 copy color: '#B9CA5E'

red 185 ◦ green 202 ◦ blue 94

#B9CA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B9CA5E

Tints of Wild Willow #B9CA5E

RGB

 RED value IS 185 (72.66% from 255) = 38.46%

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 38.46%
G = 42%
B = 19.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#B9CA5E (or 0xB9CA5E) is known color: 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

RGB 185 202 94 -
CMYK 0.08 0 0.53 0.21
HSL 69.44º 0.5% 0.58% -
HSV(B) 69.44º 0.53% 0.79% -
XYZ 43.15 53.36 18.62 -
YUV 184.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 185 202 94 0.08 0 0.53 0.21 69.44 0.5 0.58
Hex B9 CA 5E 8 0 35 15 45 32 3A
Octal 271 312 136 10 0 65 25 105 62 72
Binary 10111001 11001010 1011110 1000 0 110101 10101 1000101 110010 111010

Color Harmonies of #B9CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA5E

Black with #B9CA5E

Text Example


Text Example

White with #B9CA5E

Text Example


Text Example

HTML Codes & Css Web 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>