Html Css Color HEX #94966C Avocado

📋 copy color: '#94966C'

red 148 ◦ green 150 ◦ blue 108

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

Shades of Avocado #94966C

Tints of Avocado #94966C

RGB

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

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

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

R = 36.45%
G = 36.95%
B = 26.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#94966C (or 0x94966C) is known color: Avocado. HEX triplet: 94, 96 and 6C. RGB value is (148,150,108). Sum of RGB (Red+Green+Blue) = 148+150+108=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #94966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966C is #6B6993. Grayscale: #909090. Windows color (decimal): -7039380 or 7116436. OLE color: 7116436.

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

Color convert

RGB 148 150 108 -
CMYK 0.01 0 0.28 0.41
HSL 62.86º 0.17% 0.51% -
HSV(B) 62.86º 0.28% 0.59% -
XYZ 25.83 29.19 18.46 -
YUV 144.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 148 150 108 0.01 0 0.28 0.41 62.86 0.17 0.51
Hex 94 96 6C 1 0 1C 29 3F 11 33
Octal 224 226 154 1 0 34 51 77 21 63
Binary 10010100 10010110 1101100 1 0 11100 101001 111111 10001 110011

Color Harmonies of #94966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94966C

Black with #94966C

Text Example


Text Example

White with #94966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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