Html Css Color HEX #92996C Avocado

📋 copy color: '#92996C'

red 146 ◦ green 153 ◦ blue 108

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

Shades of Avocado #92996C

Tints of Avocado #92996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 35.87%
G = 37.59%
B = 26.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#92996C (or 0x92996C) is known color: Avocado. HEX triplet: 92, 99 and 6C. RGB value is (146,153,108). Sum of RGB (Red+Green+Blue) = 146+153+108=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #92996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92996C is #6D6693. Grayscale: #919191. Windows color (decimal): -7169684 or 7117202. OLE color: 7117202.

HSL color Cylindrical-coordinate representation of color #92996C: hue angle of 69.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92996C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 108 -
CMYK 0.05 0 0.29 0.4
HSL 69.33º 0.18% 0.51% -
HSV(B) 69.33º 0.29% 0.6% -
XYZ 25.95 29.98 18.61 -
YUV 145.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 146 153 108 0.05 0 0.29 0.4 69.33 0.18 0.51
Hex 92 99 6C 5 0 1D 28 45 12 33
Octal 222 231 154 5 0 35 50 105 22 63
Binary 10010010 10011001 1101100 101 0 11101 101000 1000101 10010 110011

Color Harmonies of #92996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92996C

Black with #92996C

Text Example


Text Example

White with #92996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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