Html Css Color HEX #98995E Avocado

📋 copy color: '#98995E'

red 152 ◦ green 153 ◦ blue 94

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

Shades of Avocado #98995E

Tints of Avocado #98995E

RGB

 RED value IS 152 (59.77% from 255) = 38.1%

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 38.1%
G = 38.35%
B = 23.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#98995E (or 0x98995E) is known color: Avocado. HEX triplet: 98, 99 and 5E. RGB value is (152,153,94). Sum of RGB (Red+Green+Blue) = 152+153+94=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #98995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98995E is #6766A1. Grayscale: #929292. Windows color (decimal): -6776482 or 6199704. OLE color: 6199704.

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

Color convert

RGB 152 153 94 -
CMYK 0.01 0 0.39 0.4
HSL 61.02º 0.24% 0.48% -
HSV(B) 61.02º 0.39% 0.6% -
XYZ 26.36 30.27 15.04 -
YUV 145.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 152 153 94 0.01 0 0.39 0.4 61.02 0.24 0.48
Hex 98 99 5E 1 0 27 28 3D 18 30
Octal 230 231 136 1 0 47 50 75 30 60
Binary 10011000 10011001 1011110 1 0 100111 101000 111101 11000 110000

Color Harmonies of #98995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98995E

Black with #98995E

Text Example


Text Example

White with #98995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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