Html Css Color HEX #94966F Avocado

📋 copy color: '#94966F'

red 148 ◦ green 150 ◦ blue 111

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

Shades of Avocado #94966F

Tints of Avocado #94966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 36.19%
G = 36.67%
B = 27.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#94966F (or 0x94966F) is known color: Avocado. HEX triplet: 94, 96 and 6F. RGB value is (148,150,111). Sum of RGB (Red+Green+Blue) = 148+150+111=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #94966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966F is #6B6990. Grayscale: #919191. Windows color (decimal): -7039377 or 7313044. OLE color: 7313044.

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

Color convert

RGB 148 150 111 -
CMYK 0.01 0 0.26 0.41
HSL 63.08º 0.16% 0.51% -
HSV(B) 63.08º 0.26% 0.59% -
XYZ 25.99 29.26 19.32 -
YUV 144.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 148 150 111 0.01 0 0.26 0.41 63.08 0.16 0.51
Hex 94 96 6F 1 0 1A 29 3F 10 33
Octal 224 226 157 1 0 32 51 77 20 63
Binary 10010100 10010110 1101111 1 0 11010 101001 111111 10000 110011

Color Harmonies of #94966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94966F

Black with #94966F

Text Example


Text Example

White with #94966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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