#B2C26B

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

Shades of Wild Willow #B2C26B

Tints of Wild Willow #B2C26B

Color information

#B2C26B (or 0xB2C26B) is unknown color: approx Wild Willow. HEX triplet: B2, C2 and 6B. RGB value is (178,194,107). Sum of RGB (Red+Green+Blue) = 178+194+107=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C26B is #4D3D94. Grayscale: #B3B3B3. Windows color (decimal): -5062037 or 7062194. OLE color: 7062194.

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

Color convert

RGB178194107-
CMYK0.0800.450.24
HSL71.03º41.63%59.02%-
HSV(B)71.03º44.85%76.08%-
XYZ40.3149.1121.26-
YUV179.387.2127.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=37.16%
G=40.50%
B=22.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941070.0800.450.2471.0341.6359.02
HexB2C26B802D18472a3b
Octal26230215310055301075273
Binary1011001011000010110101110000101101110001000111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C26B; }

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

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

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

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

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

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

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

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