#B1CC6D

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

Shades of Wild Willow #B1CC6D

Tints of Wild Willow #B1CC6D

Color information

#B1CC6D (or 0xB1CC6D) is unknown color: approx Wild Willow. HEX triplet: B1, CC and 6D. RGB value is (177,204,109). Sum of RGB (Red+Green+Blue) = 177+204+109=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC6D is #4E3392. Grayscale: #B9B9B9. Windows color (decimal): -5125011 or 7195825. OLE color: 7195825.

HSL color Cylindrical-coordinate representation of color #B1CC6D: hue angle of 77.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1CC6D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB177204109-
CMYK0.1300.470.2
HSL77.05º48.22%61.37%-
HSV(B)77.05º46.57%80%-
XYZ42.4853.6422.58-
YUV185.185.05122.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=36.12%
G=41.63%
B=22.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041090.1300.470.277.0548.2261.37
HexB1CC6DD02F144d303d
Octal26131415515057241156075
Binary1011000111001100110110111010101111101001001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC6D; }

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

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

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

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

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

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

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

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