#B0C95C

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

Shades of Wild Willow #B0C95C

Tints of Wild Willow #B0C95C

Color information

#B0C95C (or 0xB0C95C) is unknown color: approx Wild Willow. HEX triplet: B0, C9 and 5C. RGB value is (176,201,92). Sum of RGB (Red+Green+Blue) = 176+201+92=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C95C is #4F36A3. Grayscale: #B5B5B5. Windows color (decimal): -5191332 or 6080944. OLE color: 6080944.

HSL color Cylindrical-coordinate representation of color #B0C95C: hue angle of 73.76º 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 #B0C95C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17620192-
CMYK0.1200.540.21
HSL73.76º50.23%57.45%-
HSV(B)73.76º54.23%78.82%-
XYZ40.7251.7817.97-
YUV181.177.72124.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=37.53%
G=42.86%
B=19.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176201920.1200.540.2173.7650.2357.45
HexB0C95CC036154a3239
Octal26031113414066251126271
Binary1011000011001001101110011000110110101011001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C95C; }

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

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

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

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

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

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

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

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