#92965B

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

Shades of Avocado #92965B

Tints of Avocado #92965B

Color information

#92965B (or 0x92965B) is unknown color: approx Avocado. HEX triplet: 92, 96 and 5B. RGB value is (146,150,91). Sum of RGB (Red+Green+Blue) = 146+150+91=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #92965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92965B is #6D69A4. Grayscale: #8E8E8E. Windows color (decimal): -7170469 or 6002322. OLE color: 6002322.

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

Color convert

RGB14615091-
CMYK0.0300.390.41
HSL64.07º24.48%47.25%-
HSV(B)64.07º39.33%58.82%-
XYZ24.6528.6814.13-
YUV142.0899.17130.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=37.73%
G=38.76%
B=23.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146150910.0300.390.4164.0724.4847.25
Hex92965B30272940182f
Octal2222261333047511003057
Binary10010010100101101011011110100111101001100000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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