Html Css Color HEX #929959 Avocado

📋 copy color: '#929959'

red 146 ◦ green 153 ◦ blue 89

#929959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #929959

Tints of Avocado #929959

RGB

 RED value IS 146 (57.42% from 255) = 37.63%

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 37.63%
G = 39.43%
B = 22.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#929959 (or 0x929959) is known color: Avocado. HEX triplet: 92, 99 and 59. RGB value is (146,153,89). Sum of RGB (Red+Green+Blue) = 146+153+89=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #929959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929959 is #6D66A6. Grayscale: #8F8F8F. Windows color (decimal): -7169703 or 5872018. OLE color: 5872018.

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

Color convert

RGB 146 153 89 -
CMYK 0.05 0 0.42 0.4
HSL 66.56º 0.26% 0.47% -
HSV(B) 66.56º 0.42% 0.6% -
XYZ 25.05 29.61 13.85 -
YUV 143.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 146 153 89 0.05 0 0.42 0.4 66.56 0.26 0.47
Hex 92 99 59 5 0 2A 28 43 1A 2F
Octal 222 231 131 5 0 52 50 103 32 57
Binary 10010010 10011001 1011001 101 0 101010 101000 1000011 11010 101111

Color Harmonies of #929959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929959

Black with #929959

Text Example


Text Example

White with #929959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929959; }

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

 H1.HeaderClassName
 {
   color: #929959;
 }
 .AnyTagClassName
 {
   color: #929959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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