#B1C75F

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

Shades of Wild Willow #B1C75F

Tints of Wild Willow #B1C75F

Color information

#B1C75F (or 0xB1C75F) is unknown color: approx Wild Willow. HEX triplet: B1, C7 and 5F. RGB value is (177,199,95). Sum of RGB (Red+Green+Blue) = 177+199+95=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C75F is #4E38A0. Grayscale: #B4B4B4. Windows color (decimal): -5126305 or 6277041. OLE color: 6277041.

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

Color convert

RGB17719995-
CMYK0.1100.520.22
HSL72.69º48.15%57.65%-
HSV(B)72.69º52.26%78.04%-
XYZ40.6251.0218.53-
YUV180.5779.71125.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=37.58%
G=42.25%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199950.1100.520.2272.6948.1557.65
HexB1C75FB0341649303a
Octal26130713713064261116072
Binary1011000111000111101111110110110100101101001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C75F; }

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

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

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

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

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

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

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

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