#B1C95F

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

Shades of Wild Willow #B1C95F

Tints of Wild Willow #B1C95F

Color information

#B1C95F (or 0xB1C95F) is unknown color: approx Wild Willow. HEX triplet: B1, C9 and 5F. RGB value is (177,201,95). Sum of RGB (Red+Green+Blue) = 177+201+95=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C95F is #4E36A0. Grayscale: #B6B6B6. Windows color (decimal): -5125793 or 6277553. OLE color: 6277553.

HSL color Cylindrical-coordinate representation of color #B1C95F: hue angle of 73.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1C95F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB17720195-
CMYK0.1200.530.21
HSL73.58º49.53%58.04%-
HSV(B)73.58º52.74%78.82%-
XYZ41.0851.9518.69-
YUV181.7479.05124.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=37.42%
G=42.49%
B=20.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177201950.1200.530.2173.5849.5358.04
HexB1C95FC035154a323a
Octal26131113714065251126272
Binary1011000111001001101111111000110101101011001010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C95F; }

 p { color: rgb(177,201,95); }

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

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

 a { background-color: rgb(177,201,95); }

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

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

 span { border-color: rgb(177,201,95); }

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