Html Css Color HEX #988838 Highball

📋 copy color: '#988838'

red 152 ◦ green 136 ◦ blue 56

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

Shades of Highball #988838

Tints of Highball #988838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 44.19%
G = 39.53%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#988838 (or 0x988838) is known color: Highball. HEX triplet: 98, 88 and 38. RGB value is (152,136,56). Sum of RGB (Red+Green+Blue) = 152+136+56=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #988838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988838 is #6777C7. Grayscale: #848484. Windows color (decimal): -6780872 or 3704984. OLE color: 3704984.

HSL color Cylindrical-coordinate representation of color #988838: hue angle of 50º 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 #988838 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 56 -
CMYK 0 0.11 0.63 0.40
HSL 50º 0.46% 0.41% -
HSV(B) 50º 0.63% 0.6% -
XYZ 22.47 24.57 7.3 -
YUV 131.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 152 136 56 0 0.11 0.63 0.40 50 0.46 0.41
Hex 98 88 38 0 B 3F 28 32 2E 29
Octal 230 210 70 0 13 77 50 62 56 51
Binary 10011000 10001000 111000 0 1011 111111 101000 110010 101110 101001

Color Harmonies of #988838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988838

Black with #988838

Text Example


Text Example

White with #988838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988838; }

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

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

background-color css

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

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

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

border-color css

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

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

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