#B1CB5F

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

Shades of Wild Willow #B1CB5F

Tints of Wild Willow #B1CB5F

Color information

#B1CB5F (or 0xB1CB5F) is unknown color: approx Wild Willow. HEX triplet: B1, CB and 5F. RGB value is (177,203,95). Sum of RGB (Red+Green+Blue) = 177+203+95=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB5F is #4E34A0. Grayscale: #B7B7B7. Windows color (decimal): -5125281 or 6278065. OLE color: 6278065.

HSL color Cylindrical-coordinate representation of color #B1CB5F: hue angle of 74.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1CB5F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17720395-
CMYK0.1300.530.20
HSL74.44º50.94%58.43%-
HSV(B)74.44º53.2%79.61%-
XYZ41.5552.8918.84-
YUV182.9178.39123.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 95 (37.5% from 255) = 20%
R=37.26%
G=42.74%
B=20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177203950.1300.530.2074.4450.9458.43
HexB1CB5FD035144a333a
Octal26131313715065241126372
Binary1011000111001011101111111010110101101001001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB5F; }

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

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

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

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

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

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

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

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