#B0C35C

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

Shades of Wild Willow #B0C35C

Tints of Wild Willow #B0C35C

Color information

#B0C35C (or 0xB0C35C) is unknown color: approx Wild Willow. HEX triplet: B0, C3 and 5C. RGB value is (176,195,92). Sum of RGB (Red+Green+Blue) = 176+195+92=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C35C is #4F3CA3. Grayscale: #B1B1B1. Windows color (decimal): -5192868 or 6079408. OLE color: 6079408.

HSL color Cylindrical-coordinate representation of color #B0C35C: hue angle of 71.07º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0C35C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB17619592-
CMYK0.1000.530.24
HSL71.07º46.19%56.27%-
HSV(B)71.07º52.82%76.47%-
XYZ39.3549.0317.52-
YUV177.5879.71126.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 92 (36.33% from 255) = 19.87%
R=38.01%
G=42.12%
B=19.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176195920.1000.530.2471.0746.1956.27
HexB0C35CA03518472e38
Octal26030313412065301075670
Binary1011000011000011101110010100110101110001000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C35C; }

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

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

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

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

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

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

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

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