Html Css Color HEX #988D39 Highball

📋 copy color: '#988D39'

red 152 ◦ green 141 ◦ blue 57

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

Shades of Highball #988D39

Tints of Highball #988D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 43.43%
G = 40.29%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#988D39 (or 0x988D39) is known color: Highball. HEX triplet: 98, 8D and 39. RGB value is (152,141,57). Sum of RGB (Red+Green+Blue) = 152+141+57=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D39 is #6772C6. Grayscale: #878787. Windows color (decimal): -6779591 or 3771800. OLE color: 3771800.

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

Color convert

RGB 152 141 57 -
CMYK 0 0.07 0.62 0.40
HSL 53.05º 0.45% 0.41% -
HSV(B) 53.05º 0.63% 0.6% -
XYZ 23.21 26.02 7.67 -
YUV 134.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 152 141 57 0 0.07 0.62 0.40 53.05 0.45 0.41
Hex 98 8D 39 0 7 3E 28 35 2D 29
Octal 230 215 71 0 7 76 50 65 55 51
Binary 10011000 10001101 111001 0 111 111110 101000 110101 101101 101001

Color Harmonies of #988D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D39

Black with #988D39

Text Example


Text Example

White with #988D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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