#92956A

Color #92956A Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #92956A

Tints of Avocado #92956A

Color information

#92956A (or 0x92956A) is unknown color: approx Avocado. HEX triplet: 92, 95 and 6A. RGB value is (146,149,106). Sum of RGB (Red+Green+Blue) = 146+149+106=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #92956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92956A is #6D6A95. Grayscale: #8F8F8F. Windows color (decimal): -7170710 or 6985106. OLE color: 6985106.

HSL color Cylindrical-coordinate representation of color #92956A: hue angle of 64.19º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92956A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB146149106-
CMYK0.0200.290.42
HSL64.19º16.86%50%-
HSV(B)64.19º28.86%58.43%-
XYZ25.228.6517.84-
YUV143.2107.01130-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=36.41%
G=37.16%
B=26.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491060.0200.290.4264.1916.8650
Hex92956A201D2A401132
Octal2222251522035521002162
Binary1001001010010101110101010011101101010100000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92956A; }

 p { color: rgb(146,149,106); }

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

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

 a { background-color: rgb(146,149,106); }

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

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

 span { border-color: rgb(146,149,106); }

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