Html Css Color HEX #94976D Avocado

📋 copy color: '#94976D'

red 148 ◦ green 151 ◦ blue 109

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

Shades of Avocado #94976D

Tints of Avocado #94976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 36.27%
G = 37.01%
B = 26.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#94976D (or 0x94976D) is known color: Avocado. HEX triplet: 94, 97 and 6D. RGB value is (148,151,109). Sum of RGB (Red+Green+Blue) = 148+151+109=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #94976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94976D is #6B6892. Grayscale: #919191. Windows color (decimal): -7039123 or 7182228. OLE color: 7182228.

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

Color convert

RGB 148 151 109 -
CMYK 0.02 0 0.28 0.41
HSL 64.29º 0.17% 0.51% -
HSV(B) 64.29º 0.28% 0.59% -
XYZ 26.04 29.53 18.8 -
YUV 145.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 148 151 109 0.02 0 0.28 0.41 64.29 0.17 0.51
Hex 94 97 6D 2 0 1C 29 40 11 33
Octal 224 227 155 2 0 34 51 100 21 63
Binary 10010100 10010111 1101101 10 0 11100 101001 1000000 10001 110011

Color Harmonies of #94976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94976D

Black with #94976D

Text Example


Text Example

White with #94976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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