#988D38

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

Shades of Highball #988D38

Tints of Highball #988D38

Color information

#988D38 (or 0x988D38) is unknown color: approx Highball. HEX triplet: 98, 8D and 38. RGB value is (152,141,56). Sum of RGB (Red+Green+Blue) = 152+141+56=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D38 is #6772C7. Grayscale: #868686. Windows color (decimal): -6779592 or 3706264. OLE color: 3706264.

HSL color Cylindrical-coordinate representation of color #988D38: hue angle of 53.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #988D38 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB15214156-
CMYK00.070.630.40
HSL53.12º46.15%40.78%-
HSV(B)53.12º63.16%59.61%-
XYZ23.1926.017.54-
YUV134.683.64140.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=43.55%
G=40.40%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521415600.070.630.4053.1246.1540.78
Hex988D38073F28352e29
Octal23021570077750655651
Binary10011000100011011110000111111111101000110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D38; }

 p { color: rgb(152,141,56); }

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

<style>
 a { background-color: #988D38; }

 a { background-color: rgb(152,141,56); }

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

<style>
 span { border-color: #988D38; }

 span { border-color: rgb(152,141,56); }

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