#B2CA5E

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

Shades of Wild Willow #B2CA5E

Tints of Wild Willow #B2CA5E

Color information

#B2CA5E (or 0xB2CA5E) is unknown color: approx Wild Willow. HEX triplet: B2, CA and 5E. RGB value is (178,202,94). Sum of RGB (Red+Green+Blue) = 178+202+94=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA5E is #4D35A1. Grayscale: #B6B6B6. Windows color (decimal): -5060002 or 6212274. OLE color: 6212274.

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

Color convert

RGB17820294-
CMYK0.1200.530.21
HSL73.33º50.47%58.04%-
HSV(B)73.33º53.47%79.22%-
XYZ41.552.5118.54-
YUV182.5178.05124.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 94 (37.11% from 255) = 19.83%
R=37.55%
G=42.62%
B=19.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202940.1200.530.2173.3350.4758.04
HexB2CA5EC0351549323a
Octal26231213614065251116272
Binary1011001011001010101111011000110101101011001001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA5E; }

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

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

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

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

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

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

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

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