Html Css Color HEX #94966E Avocado

📋 copy color: '#94966E'

red 148 ◦ green 150 ◦ blue 110

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

Shades of Avocado #94966E

Tints of Avocado #94966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 36.27%
G = 36.76%
B = 26.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#94966E (or 0x94966E) is known color: Avocado. HEX triplet: 94, 96 and 6E. RGB value is (148,150,110). Sum of RGB (Red+Green+Blue) = 148+150+110=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #94966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966E is #6B6991. Grayscale: #919191. Windows color (decimal): -7039378 or 7247508. OLE color: 7247508.

HSL color Cylindrical-coordinate representation of color #94966E: hue angle of 63º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94966E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 110 -
CMYK 0.01 0 0.27 0.41
HSL 63º 0.16% 0.51% -
HSV(B) 63º 0.27% 0.59% -
XYZ 25.93 29.23 19.03 -
YUV 144.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 148 150 110 0.01 0 0.27 0.41 63 0.16 0.51
Hex 94 96 6E 1 0 1B 29 3F 10 33
Octal 224 226 156 1 0 33 51 77 20 63
Binary 10010100 10010110 1101110 1 0 11011 101001 111111 10000 110011

Color Harmonies of #94966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94966E

Black with #94966E

Text Example


Text Example

White with #94966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94966E; }

 p { color: rgb(148,150,110); }

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

background-color css

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

 a { background-color: rgb(148,150,110); }

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

border-color css

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

 span { border-color: rgb(148,150,110); }

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