#92955B

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

Shades of Avocado #92955B

Tints of Avocado #92955B

Color information

#92955B (or 0x92955B) is unknown color: approx Avocado. HEX triplet: 92, 95 and 5B. RGB value is (146,149,91). Sum of RGB (Red+Green+Blue) = 146+149+91=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #92955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92955B is #6D6AA4. Grayscale: #8D8D8D. Windows color (decimal): -7170725 or 6002066. OLE color: 6002066.

HSL color Cylindrical-coordinate representation of color #92955B: hue angle of 63.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92955B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14614991-
CMYK0.0200.390.42
HSL63.1º24.17%47.06%-
HSV(B)63.1º38.93%58.43%-
XYZ24.4928.3614.08-
YUV141.4999.51131.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=37.82%
G=38.60%
B=23.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146149910.0200.390.4263.124.1747.06
Hex92955B20272A3f182f
Octal222225133204752773057
Binary1001001010010101101101110010011110101011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92955B; }

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

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

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

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

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

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

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

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