#B1CA5D

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

Shades of Wild Willow #B1CA5D

Tints of Wild Willow #B1CA5D

Color information

#B1CA5D (or 0xB1CA5D) is unknown color: approx Wild Willow. HEX triplet: B1, CA and 5D. RGB value is (177,202,93). Sum of RGB (Red+Green+Blue) = 177+202+93=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA5D is #4E35A2. Grayscale: #B6B6B6. Windows color (decimal): -5125539 or 6146737. OLE color: 6146737.

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

Color convert

RGB17720293-
CMYK0.1200.540.21
HSL73.76º50.7%57.84%-
HSV(B)73.76º53.96%79.22%-
XYZ41.2352.3818.29-
YUV182.177.72124.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=37.5%
G=42.80%
B=19.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177202930.1200.540.2173.7650.757.84
HexB1CA5DC036154a333a
Octal26131213514066251126372
Binary1011000111001010101110111000110110101011001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA5D; }

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

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

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

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

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

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

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

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