#B1C95A

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

Shades of Wild Willow #B1C95A

Tints of Wild Willow #B1C95A

Color information

#B1C95A (or 0xB1C95A) is unknown color: approx Wild Willow. HEX triplet: B1, C9 and 5A. RGB value is (177,201,90). Sum of RGB (Red+Green+Blue) = 177+201+90=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C95A is #4E36A5. Grayscale: #B5B5B5. Windows color (decimal): -5125798 or 5949873. OLE color: 5949873.

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

Color convert

RGB17720190-
CMYK0.1200.550.21
HSL72.97º50.68%57.06%-
HSV(B)72.97º55.22%78.82%-
XYZ40.8651.8617.53-
YUV181.1776.55125.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=37.82%
G=42.95%
B=19.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177201900.1200.550.2172.9750.6857.06
HexB1C95AC03715493339
Octal26131113214067251116371
Binary1011000111001001101101011000110111101011001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C95A; }

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

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

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

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

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

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

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

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