#B1C35E

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

Shades of Wild Willow #B1C35E

Tints of Wild Willow #B1C35E

Color information

#B1C35E (or 0xB1C35E) is unknown color: approx Wild Willow. HEX triplet: B1, C3 and 5E. RGB value is (177,195,94). Sum of RGB (Red+Green+Blue) = 177+195+94=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C35E is #4E3CA1. Grayscale: #B2B2B2. Windows color (decimal): -5127330 or 6210481. OLE color: 6210481.

HSL color Cylindrical-coordinate representation of color #B1C35E: hue angle of 70.69º 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 #B1C35E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB17719594-
CMYK0.0900.520.24
HSL70.69º45.7%56.67%-
HSV(B)70.69º51.79%76.47%-
XYZ39.6749.1917.99-
YUV178.180.54127.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=37.98%
G=41.85%
B=20.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177195940.0900.520.2470.6945.756.67
HexB1C35E903418472e39
Octal26130313611064301075671
Binary1011000111000011101111010010110100110001000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C35E; }

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

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

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

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

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

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

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

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