#B2C46B

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

Shades of Wild Willow #B2C46B

Tints of Wild Willow #B2C46B

Color information

#B2C46B (or 0xB2C46B) is unknown color: approx Wild Willow. HEX triplet: B2, C4 and 6B. RGB value is (178,196,107). Sum of RGB (Red+Green+Blue) = 178+196+107=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C46B is #4D3B94. Grayscale: #B4B4B4. Windows color (decimal): -5061525 or 7062706. OLE color: 7062706.

HSL color Cylindrical-coordinate representation of color #B2C46B: hue angle of 72.13º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2C46B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB178196107-
CMYK0.0900.450.23
HSL72.13º43%59.41%-
HSV(B)72.13º45.41%76.86%-
XYZ40.7550.0121.41-
YUV180.4786.54126.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=37.01%
G=40.75%
B=22.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961070.0900.450.2372.134359.41
HexB2C46B902D17482b3b
Octal26230415311055271105373
Binary1011001011000100110101110010101101101111001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C46B; }

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

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

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

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

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

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

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

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