Html Css Color HEX #949A66 Avocado

📋 copy color: '#949A66'

red 148 ◦ green 154 ◦ blue 102

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

Shades of Avocado #949A66

Tints of Avocado #949A66

RGB

 RED value IS 148 (58.2% from 255) = 36.63%

 GREEN value IS 154 (60.55% from 255) = 38.12%

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

R = 36.63%
G = 38.12%
B = 25.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#949A66 (or 0x949A66) is known color: Avocado. HEX triplet: 94, 9A and 66. RGB value is (148,154,102). Sum of RGB (Red+Green+Blue) = 148+154+102=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #949A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A66 is #6B6599. Grayscale: #929292. Windows color (decimal): -7038362 or 6724244. OLE color: 6724244.

HSL color Cylindrical-coordinate representation of color #949A66: hue angle of 66.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949A66 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 102 -
CMYK 0.04 0 0.34 0.40
HSL 66.92º 0.2% 0.5% -
HSV(B) 66.92º 0.34% 0.6% -
XYZ 26.17 30.37 17.05 -
YUV 146.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 148 154 102 0.04 0 0.34 0.40 66.92 0.2 0.5
Hex 94 9A 66 4 0 22 28 43 14 32
Octal 224 232 146 4 0 42 50 103 24 62
Binary 10010100 10011010 1100110 100 0 100010 101000 1000011 10100 110010

Color Harmonies of #949A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A66

Black with #949A66

Text Example


Text Example

White with #949A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A66; }

 p { color: rgb(148,154,102); }

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

background-color css

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

 a { background-color: rgb(148,154,102); }

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

border-color css

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

 span { border-color: rgb(148,154,102); }

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