#929961

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

Shades of Avocado #929961

Tints of Avocado #929961

Color information

#929961 (or 0x929961) is unknown color: approx Avocado. HEX triplet: 92, 99 and 61. RGB value is (146,153,97). Sum of RGB (Red+Green+Blue) = 146+153+97=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #929961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929961 is #6D669E. Grayscale: #909090. Windows color (decimal): -7169695 or 6396306. OLE color: 6396306.

HSL color Cylindrical-coordinate representation of color #929961: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #929961 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB14615397-
CMYK0.0500.370.4
HSL67.5º22.4%49.02%-
HSV(B)67.5º36.6%60%-
XYZ25.429.7615.71-
YUV144.52101.18129.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=36.87%
G=38.64%
B=24.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146153970.0500.370.467.522.449.02
Hex929961502528441631
Octal2222311415045501042661
Binary100100101001100111000011010100101101000100010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929961; }

 p { color: rgb(146,153,97); }

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

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

 a { background-color: rgb(146,153,97); }

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

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

 span { border-color: rgb(146,153,97); }

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