#B2CA5C

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

Shades of Wild Willow #B2CA5C

Tints of Wild Willow #B2CA5C

Color information

#B2CA5C (or 0xB2CA5C) is unknown color: approx Wild Willow. HEX triplet: B2, CA and 5C. RGB value is (178,202,92). Sum of RGB (Red+Green+Blue) = 178+202+92=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA5C is #4D35A3. Grayscale: #B6B6B6. Windows color (decimal): -5060004 or 6081202. OLE color: 6081202.

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

Color convert

RGB17820292-
CMYK0.1200.540.21
HSL73.09º50.93%57.65%-
HSV(B)73.09º54.46%79.22%-
XYZ41.4152.4818.07-
YUV182.2877.05124.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=37.71%
G=42.80%
B=19.49%

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
Decimal178202920.1200.540.2173.0950.9357.65
HexB2CA5CC0361549333a
Octal26231213414066251116372
Binary1011001011001010101110011000110110101011001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA5C; }

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

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

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

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

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

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

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

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