#B1C35C

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

Shades of Wild Willow #B1C35C

Tints of Wild Willow #B1C35C

Color information

#B1C35C (or 0xB1C35C) is unknown color: approx Wild Willow. HEX triplet: B1, C3 and 5C. RGB value is (177,195,92). Sum of RGB (Red+Green+Blue) = 177+195+92=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C35C is #4E3CA3. Grayscale: #B2B2B2. Windows color (decimal): -5127332 or 6079409. OLE color: 6079409.

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

Color convert

RGB17719592-
CMYK0.0900.530.24
HSL70.49º46.19%56.27%-
HSV(B)70.49º52.82%76.47%-
XYZ39.5849.1517.53-
YUV177.8879.54127.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=38.15%
G=42.03%
B=19.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177195920.0900.530.2470.4946.1956.27
HexB1C35C903518462e38
Octal26130313411065301065670
Binary1011000111000011101110010010110101110001000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C35C; }

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

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

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

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

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

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

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

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