#B2C262

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

Shades of Wild Willow #B2C262

Tints of Wild Willow #B2C262

Color information

#B2C262 (or 0xB2C262) is unknown color: approx Wild Willow. HEX triplet: B2, C2 and 62. RGB value is (178,194,98). Sum of RGB (Red+Green+Blue) = 178+194+98=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C262 is #4D3D9D. Grayscale: #B2B2B2. Windows color (decimal): -5062046 or 6472370. OLE color: 6472370.

HSL color Cylindrical-coordinate representation of color #B2C262: hue angle of 70º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2C262 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB17819498-
CMYK0.0800.490.24
HSL70º44.04%57.25%-
HSV(B)70º49.48%76.08%-
XYZ39.8648.9318.9-
YUV178.2782.7127.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=37.87%
G=41.28%
B=20.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194980.0800.490.247044.0457.25
HexB2C262803118462c39
Octal26230214210061301065471
Binary1011001011000010110001010000110001110001000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C262; }

 p { color: rgb(178,194,98); }

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

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

 a { background-color: rgb(178,194,98); }

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

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

 span { border-color: rgb(178,194,98); }

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