#B0C35E

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

Shades of Wild Willow #B0C35E

Tints of Wild Willow #B0C35E

Color information

#B0C35E (or 0xB0C35E) is unknown color: approx Wild Willow. HEX triplet: B0, C3 and 5E. RGB value is (176,195,94). Sum of RGB (Red+Green+Blue) = 176+195+94=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C35E is #4F3CA1. Grayscale: #B2B2B2. Windows color (decimal): -5192866 or 6210480. OLE color: 6210480.

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

Color convert

RGB17619594-
CMYK0.1000.520.24
HSL71.29º45.7%56.67%-
HSV(B)71.29º51.79%76.47%-
XYZ39.4449.0717.98-
YUV177.880.71126.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=37.85%
G=41.94%
B=20.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176195940.1000.520.2471.2945.756.67
HexB0C35EA03418472e39
Octal26030313612064301075671
Binary1011000011000011101111010100110100110001000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C35E; }

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

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

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

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

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

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

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

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