Html Css Color HEX #94966D Avocado

📋 copy color: '#94966D'

red 148 ◦ green 150 ◦ blue 109

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

Shades of Avocado #94966D

Tints of Avocado #94966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 36.36%
G = 36.86%
B = 26.78%

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

#94966D (or 0x94966D) is known color: Avocado. HEX triplet: 94, 96 and 6D. RGB value is (148,150,109). Sum of RGB (Red+Green+Blue) = 148+150+109=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #94966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94966D is #6B6992. Grayscale: #909090. Windows color (decimal): -7039379 or 7181972. OLE color: 7181972.

HSL color Cylindrical-coordinate representation of color #94966D: hue angle of 62.93º 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 #94966D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 109 -
CMYK 0.01 0 0.27 0.41
HSL 62.93º 0.16% 0.51% -
HSV(B) 62.93º 0.27% 0.59% -
XYZ 25.88 29.21 18.74 -
YUV 144.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 148 150 109 0.01 0 0.27 0.41 62.93 0.16 0.51
Hex 94 96 6D 1 0 1B 29 3F 10 33
Octal 224 226 155 1 0 33 51 77 20 63
Binary 10010100 10010110 1101101 1 0 11011 101001 111111 10000 110011

Color Harmonies of #94966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94966D

Black with #94966D

Text Example


Text Example

White with #94966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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