#B5C95C

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

Shades of Wild Willow #B5C95C

Tints of Wild Willow #B5C95C

Color information

#B5C95C (or 0xB5C95C) is unknown color: approx Wild Willow. HEX triplet: B5, C9 and 5C. RGB value is (181,201,92). Sum of RGB (Red+Green+Blue) = 181+201+92=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C95C is #4A36A3. Grayscale: #B7B7B7. Windows color (decimal): -4863652 or 6080949. OLE color: 6080949.

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

Color convert

RGB18120192-
CMYK0.1000.540.21
HSL71.01º50.23%57.45%-
HSV(B)71.01º54.23%78.82%-
XYZ41.8752.3718.03-
YUV182.5976.87126.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 92 (36.33% from 255) = 19.41%
R=38.19%
G=42.41%
B=19.41%

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
Decimal181201920.1000.540.2171.0150.2357.45
HexB5C95CA03615473239
Octal26531113412066251076271
Binary1011010111001001101110010100110110101011000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C95C; }

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

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

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

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

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

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

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

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