Html Css Color HEX #94986D Avocado

📋 copy color: '#94986D'

red 148 ◦ green 152 ◦ blue 109

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

Shades of Avocado #94986D

Tints of Avocado #94986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 36.19%
G = 37.16%
B = 26.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#94986D (or 0x94986D) is known color: Avocado. HEX triplet: 94, 98 and 6D. RGB value is (148,152,109). Sum of RGB (Red+Green+Blue) = 148+152+109=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #94986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94986D is #6B6792. Grayscale: #929292. Windows color (decimal): -7038867 or 7182484. OLE color: 7182484.

HSL color Cylindrical-coordinate representation of color #94986D: hue angle of 65.58º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94986D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 109 -
CMYK 0.03 0 0.28 0.40
HSL 65.58º 0.17% 0.51% -
HSV(B) 65.58º 0.28% 0.6% -
XYZ 26.2 29.86 18.85 -
YUV 145.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 148 152 109 0.03 0 0.28 0.40 65.58 0.17 0.51
Hex 94 98 6D 3 0 1C 28 42 11 33
Octal 224 230 155 3 0 34 50 102 21 63
Binary 10010100 10011000 1101101 11 0 11100 101000 1000010 10001 110011

Color Harmonies of #94986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94986D

Black with #94986D

Text Example


Text Example

White with #94986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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