#929B62

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

Shades of Avocado #929B62

Tints of Avocado #929B62

Color information

#929B62 (or 0x929B62) is unknown color: approx Avocado. HEX triplet: 92, 9B and 62. RGB value is (146,155,98). Sum of RGB (Red+Green+Blue) = 146+155+98=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #929B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B62 is #6D649D. Grayscale: #929292. Windows color (decimal): -7169182 or 6462354. OLE color: 6462354.

HSL color Cylindrical-coordinate representation of color #929B62: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #929B62 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB14615598-
CMYK0.0600.370.39
HSL69.47º22.53%49.61%-
HSV(B)69.47º36.77%60.78%-
XYZ25.7830.4416.07-
YUV145.81101.02128.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=36.59%
G=38.85%
B=24.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146155980.0600.370.3969.4722.5349.61
Hex929B62602527451732
Octal2222331426045471052762
Binary100100101001101111000101100100101100111100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B62; }

 p { color: rgb(146,155,98); }

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

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

 a { background-color: rgb(146,155,98); }

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

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

 span { border-color: rgb(146,155,98); }

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