Html Css Color HEX #94976C Avocado

📋 copy color: '#94976C'

red 148 ◦ green 151 ◦ blue 108

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

Shades of Avocado #94976C

Tints of Avocado #94976C

RGB

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

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

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

R = 36.36%
G = 37.1%
B = 26.54%

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

#94976C (or 0x94976C) is known color: Avocado. HEX triplet: 94, 97 and 6C. RGB value is (148,151,108). Sum of RGB (Red+Green+Blue) = 148+151+108=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #94976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94976C is #6B6893. Grayscale: #919191. Windows color (decimal): -7039124 or 7116692. OLE color: 7116692.

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

Color convert

RGB 148 151 108 -
CMYK 0.02 0 0.28 0.41
HSL 64.19º 0.17% 0.51% -
HSV(B) 64.19º 0.28% 0.59% -
XYZ 25.99 29.51 18.51 -
YUV 145.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 148 151 108 0.02 0 0.28 0.41 64.19 0.17 0.51
Hex 94 97 6C 2 0 1C 29 40 11 33
Octal 224 227 154 2 0 34 51 100 21 63
Binary 10010100 10010111 1101100 10 0 11100 101001 1000000 10001 110011

Color Harmonies of #94976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94976C

Black with #94976C

Text Example


Text Example

White with #94976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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