#98993C

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

Shades of Highball #98993C

Tints of Highball #98993C

Color information

#98993C (or 0x98993C) is unknown color: approx Highball. HEX triplet: 98, 99 and 3C. RGB value is (152,153,60). Sum of RGB (Red+Green+Blue) = 152+153+60=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #98993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98993C is #6766C3. Grayscale: #8E8E8E. Windows color (decimal): -6776516 or 3971480. OLE color: 3971480.

HSL color Cylindrical-coordinate representation of color #98993C: hue angle of 60.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98993C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15215360-
CMYK0.0100.610.4
HSL60.65º43.66%41.76%-
HSV(B)60.65º60.78%60%-
XYZ25.1629.788.7-
YUV142.181.67135.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=41.64%
G=41.92%
B=16.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153600.0100.610.460.6543.6641.76
Hex98993C103D283d2c2a
Octal23023174107550755452
Binary100110001001100111110010111101101000111101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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