#B5CA5C

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

Shades of Wild Willow #B5CA5C

Tints of Wild Willow #B5CA5C

Color information

#B5CA5C (or 0xB5CA5C) is unknown color: approx Wild Willow. HEX triplet: B5, CA and 5C. RGB value is (181,202,92). Sum of RGB (Red+Green+Blue) = 181+202+92=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA5C is #4A35A3. Grayscale: #B7B7B7. Windows color (decimal): -4863396 or 6081205. OLE color: 6081205.

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

Color convert

RGB18120292-
CMYK0.1000.540.21
HSL71.45º50.93%57.65%-
HSV(B)71.45º54.46%79.22%-
XYZ42.1152.8418.1-
YUV183.1876.54126.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=38.11%
G=42.53%
B=19.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202920.1000.540.2171.4550.9357.65
HexB5CA5CA0361547333a
Octal26531213412066251076372
Binary1011010111001010101110010100110110101011000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA5C; }

 p { color: rgb(181,202,92); }

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

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

 a { background-color: rgb(181,202,92); }

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

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

 span { border-color: rgb(181,202,92); }

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