#B1C36D

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

Shades of Wild Willow #B1C36D

Tints of Wild Willow #B1C36D

Color information

#B1C36D (or 0xB1C36D) is unknown color: approx Wild Willow. HEX triplet: B1, C3 and 6D. RGB value is (177,195,109). Sum of RGB (Red+Green+Blue) = 177+195+109=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C36D is #4E3C92. Grayscale: #B4B4B4. Windows color (decimal): -5127315 or 7193521. OLE color: 7193521.

HSL color Cylindrical-coordinate representation of color #B1C36D: hue angle of 72.56º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1C36D is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB177195109-
CMYK0.0900.440.24
HSL72.56º41.75%59.61%-
HSV(B)72.56º44.1%76.47%-
XYZ40.4149.4821.89-
YUV179.8188.04125.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=36.80%
G=40.54%
B=22.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951090.0900.440.2472.5641.7559.61
HexB1C36D902C18492a3c
Octal26130315511054301115274
Binary1011000111000011110110110010101100110001001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C36D; }

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

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

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

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

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

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

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

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