#B3CA5D

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

Shades of Wild Willow #B3CA5D

Tints of Wild Willow #B3CA5D

Color information

#B3CA5D (or 0xB3CA5D) is unknown color: approx Wild Willow. HEX triplet: B3, CA and 5D. RGB value is (179,202,93). Sum of RGB (Red+Green+Blue) = 179+202+93=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA5D is #4C35A2. Grayscale: #B7B7B7. Windows color (decimal): -4994467 or 6146739. OLE color: 6146739.

HSL color Cylindrical-coordinate representation of color #B3CA5D: hue angle of 72.66º 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 #B3CA5D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17920293-
CMYK0.1100.540.21
HSL72.66º50.7%57.84%-
HSV(B)72.66º53.96%79.22%-
XYZ41.6952.6218.31-
YUV182.777.38125.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=37.76%
G=42.62%
B=19.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202930.1100.540.2172.6650.757.84
HexB3CA5DB0361549333a
Octal26331213513066251116372
Binary1011001111001010101110110110110110101011001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA5D; }

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

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

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

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

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

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

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

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