Html Css Color HEX #929966 Avocado

📋 copy color: '#929966'

red 146 ◦ green 153 ◦ blue 102

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

Shades of Avocado #929966

Tints of Avocado #929966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 36.41%
G = 38.15%
B = 25.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#929966 (or 0x929966) is known color: Avocado. HEX triplet: 92, 99 and 66. RGB value is (146,153,102). Sum of RGB (Red+Green+Blue) = 146+153+102=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #929966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929966 is #6D6699. Grayscale: #919191. Windows color (decimal): -7169690 or 6723986. OLE color: 6723986.

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

Color convert

RGB 146 153 102 -
CMYK 0.05 0 0.33 0.4
HSL 68.24º 0.2% 0.5% -
HSV(B) 68.24º 0.33% 0.6% -
XYZ 25.64 29.85 16.98 -
YUV 145.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 146 153 102 0.05 0 0.33 0.4 68.24 0.2 0.5
Hex 92 99 66 5 0 21 28 44 14 32
Octal 222 231 146 5 0 41 50 104 24 62
Binary 10010010 10011001 1100110 101 0 100001 101000 1000100 10100 110010

Color Harmonies of #929966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929966

Black with #929966

Text Example


Text Example

White with #929966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929966; }

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

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

background-color css

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

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

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

border-color css

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

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

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