Html Css Color HEX #94975A Avocado

📋 copy color: '#94975A'

red 148 ◦ green 151 ◦ blue 90

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

Shades of Avocado #94975A

Tints of Avocado #94975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 38.05%
G = 38.82%
B = 23.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#94975A (or 0x94975A) is known color: Avocado. HEX triplet: 94, 97 and 5A. RGB value is (148,151,90). Sum of RGB (Red+Green+Blue) = 148+151+90=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #94975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94975A is #6B68A5. Grayscale: #8F8F8F. Windows color (decimal): -7039142 or 5937044. OLE color: 5937044.

HSL color Cylindrical-coordinate representation of color #94975A: hue angle of 62.95º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94975A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 90 -
CMYK 0.02 0 0.40 0.41
HSL 62.95º 0.25% 0.47% -
HSV(B) 62.95º 0.4% 0.59% -
XYZ 25.12 29.17 13.98 -
YUV 143.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 148 151 90 0.02 0 0.40 0.41 62.95 0.25 0.47
Hex 94 97 5A 2 0 28 29 3F 19 2F
Octal 224 227 132 2 0 50 51 77 31 57
Binary 10010100 10010111 1011010 10 0 101000 101001 111111 11001 101111

Color Harmonies of #94975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94975A

Black with #94975A

Text Example


Text Example

White with #94975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94975A; }

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

 H1.HeaderClassName
 {
   color: #94975A;
 }
 .AnyTagClassName
 {
   color: #94975A;
 }
</style>

background-color css

<style>
 a { background-color: #94975A; }

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

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

border-color css

<style>
 span { border-color: #94975A; }

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

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