#B2CA5D

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

Shades of Wild Willow #B2CA5D

Tints of Wild Willow #B2CA5D

Color information

#B2CA5D (or 0xB2CA5D) is unknown color: approx Wild Willow. HEX triplet: B2, CA and 5D. RGB value is (178,202,93). Sum of RGB (Red+Green+Blue) = 178+202+93=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA5D is #4D35A2. Grayscale: #B6B6B6. Windows color (decimal): -5060003 or 6146738. OLE color: 6146738.

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

Color convert

RGB17820293-
CMYK0.1200.540.21
HSL73.21º50.7%57.84%-
HSV(B)73.21º53.96%79.22%-
XYZ41.4652.518.3-
YUV182.477.55124.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=37.63%
G=42.71%
B=19.66%

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
Decimal178202930.1200.540.2173.2150.757.84
HexB2CA5DC0361549333a
Octal26231213514066251116372
Binary1011001011001010101110111000110110101011001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA5D; }

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

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

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

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

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

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

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

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