#98975C

Color #98975C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #98975C

Tints of Avocado #98975C

Color information

#98975C (or 0x98975C) is unknown color: approx Avocado. HEX triplet: 98, 97 and 5C. RGB value is (152,151,92). Sum of RGB (Red+Green+Blue) = 152+151+92=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98975C is #6768A3. Grayscale: #909090. Windows color (decimal): -6776996 or 6068120. OLE color: 6068120.

HSL color Cylindrical-coordinate representation of color #98975C: hue angle of 59º degrees, saturation: 0.25, 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 #98975C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB15215192-
CMYK00.010.390.40
HSL59º24.59%47.84%-
HSV(B)59º39.47%59.61%-
XYZ25.9529.5814.47-
YUV144.5798.33133.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=38.48%
G=38.23%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521519200.010.390.405924.5947.84
Hex98975C0127283b1930
Octal230227134014750733160
Binary100110001001011110111000110011110100011101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,151,92); }

 H1.HeaderClassName
 {
   color: #98975C;
 }
 .AnyTagClassName
 {
   color: #98975C;
 }
</style>
background-color css

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

 a { background-color: rgb(152,151,92); }

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

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

 span { border-color: rgb(152,151,92); }

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