#B2C06A

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

Shades of Wild Willow #B2C06A

Tints of Wild Willow #B2C06A

Color information

#B2C06A (or 0xB2C06A) is unknown color: approx Wild Willow. HEX triplet: B2, C0 and 6A. RGB value is (178,192,106). Sum of RGB (Red+Green+Blue) = 178+192+106=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C06A is #4D3F95. Grayscale: #B2B2B2. Windows color (decimal): -5062550 or 6996146. OLE color: 6996146.

HSL color Cylindrical-coordinate representation of color #B2C06A: hue angle of 69.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2C06A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB178192106-
CMYK0.0700.450.25
HSL69.77º40.57%58.43%-
HSV(B)69.77º44.79%75.29%-
XYZ39.8148.220.84-
YUV178.0187.36127.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=37.39%
G=40.34%
B=22.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921060.0700.450.2569.7740.5758.43
HexB2C06A702D1946293a
Octal2623001527055311065172
Binary101100101100000011010101110101101110011000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C06A; }

 p { color: rgb(178,192,106); }

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

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

 a { background-color: rgb(178,192,106); }

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

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

 span { border-color: rgb(178,192,106); }

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