Html Css Color HEX #94985E Avocado

📋 copy color: '#94985E'

red 148 ◦ green 152 ◦ blue 94

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

Shades of Avocado #94985E

Tints of Avocado #94985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 37.56%
G = 38.58%
B = 23.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#94985E (or 0x94985E) is known color: Avocado. HEX triplet: 94, 98 and 5E. RGB value is (148,152,94). Sum of RGB (Red+Green+Blue) = 148+152+94=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #94985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94985E is #6B67A1. Grayscale: #909090. Windows color (decimal): -7038882 or 6199444. OLE color: 6199444.

HSL color Cylindrical-coordinate representation of color #94985E: hue angle of 64.14º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94985E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 94 -
CMYK 0.03 0 0.38 0.40
HSL 64.14º 0.24% 0.48% -
HSV(B) 64.14º 0.38% 0.6% -
XYZ 25.46 29.56 14.95 -
YUV 144.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 148 152 94 0.03 0 0.38 0.40 64.14 0.24 0.48
Hex 94 98 5E 3 0 26 28 40 18 30
Octal 224 230 136 3 0 46 50 100 30 60
Binary 10010100 10011000 1011110 11 0 100110 101000 1000000 11000 110000

Color Harmonies of #94985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94985E

Black with #94985E

Text Example


Text Example

White with #94985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94985E; }

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

 H1.HeaderClassName
 {
   color: #94985E;
 }
 .AnyTagClassName
 {
   color: #94985E;
 }
</style>

background-color css

<style>
 a { background-color: #94985E; }

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

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

border-color css

<style>
 span { border-color: #94985E; }

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

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