#B1C76D

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

Shades of Wild Willow #B1C76D

Tints of Wild Willow #B1C76D

Color information

#B1C76D (or 0xB1C76D) is unknown color: approx Wild Willow. HEX triplet: B1, C7 and 6D. RGB value is (177,199,109). Sum of RGB (Red+Green+Blue) = 177+199+109=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C76D is #4E3892. Grayscale: #B6B6B6. Windows color (decimal): -5126291 or 7194545. OLE color: 7194545.

HSL color Cylindrical-coordinate representation of color #B1C76D: hue angle of 74.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1C76D is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB177199109-
CMYK0.1100.450.22
HSL74.67º44.55%60.39%-
HSV(B)74.67º45.23%78.04%-
XYZ41.3251.322.19-
YUV182.1686.71124.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=36.49%
G=41.03%
B=22.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991090.1100.450.2274.6744.5560.39
HexB1C76DB02D164b2d3c
Octal26130715513055261135574
Binary1011000111000111110110110110101101101101001011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C76D; }

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

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

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

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

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

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

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

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