#B1C75D

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

Shades of Wild Willow #B1C75D

Tints of Wild Willow #B1C75D

Color information

#B1C75D (or 0xB1C75D) is unknown color: approx Wild Willow. HEX triplet: B1, C7 and 5D. RGB value is (177,199,93). Sum of RGB (Red+Green+Blue) = 177+199+93=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C75D is #4E38A2. Grayscale: #B4B4B4. Windows color (decimal): -5126307 or 6145969. OLE color: 6145969.

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

Color convert

RGB17719993-
CMYK0.1100.530.22
HSL72.45º48.62%57.25%-
HSV(B)72.45º53.27%78.04%-
XYZ40.5350.9818.06-
YUV180.3478.71125.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=37.74%
G=42.43%
B=19.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199930.1100.530.2272.4548.6257.25
HexB1C75DB03516483139
Octal26130713513065261106171
Binary1011000111000111101110110110110101101101001000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C75D; }

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

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

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

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

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

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

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

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