#B2CA5A

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

Shades of Wild Willow #B2CA5A

Tints of Wild Willow #B2CA5A

Color information

#B2CA5A (or 0xB2CA5A) is unknown color: approx Wild Willow. HEX triplet: B2, CA and 5A. RGB value is (178,202,90). Sum of RGB (Red+Green+Blue) = 178+202+90=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA5A is #4D35A5. Grayscale: #B6B6B6. Windows color (decimal): -5060006 or 5950130. OLE color: 5950130.

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

Color convert

RGB17820290-
CMYK0.1200.550.21
HSL72.86º51.38%57.25%-
HSV(B)72.86º55.45%79.22%-
XYZ41.3352.4417.62-
YUV182.0676.05125.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=37.87%
G=42.98%
B=19.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202900.1200.550.2172.8651.3857.25
HexB2CA5AC03715493339
Octal26231213214067251116371
Binary1011001011001010101101011000110111101011001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA5A; }

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

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

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

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

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

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

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

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