Html Css Color HEX #988E35 Highball

📋 copy color: '#988E35'

red 152 ◦ green 142 ◦ blue 53

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

Shades of Highball #988E35

Tints of Highball #988E35

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.92%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 43.8%
G = 40.92%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988E35 (or 0x988E35) is known color: Highball. HEX triplet: 98, 8E and 35. RGB value is (152,142,53). Sum of RGB (Red+Green+Blue) = 152+142+53=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E35 is #6771CA. Grayscale: #878787. Windows color (decimal): -6779339 or 3509912. OLE color: 3509912.

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

Color convert

RGB 152 142 53 -
CMYK 0 0.07 0.65 0.40
HSL 53.94º 0.48% 0.4% -
HSV(B) 53.94º 0.65% 0.6% -
XYZ 23.26 26.28 7.21 -
YUV 134.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 152 142 53 0 0.07 0.65 0.40 53.94 0.48 0.4
Hex 98 8E 35 0 7 41 28 36 30 28
Octal 230 216 65 0 7 101 50 66 60 50
Binary 10011000 10001110 110101 0 111 1000001 101000 110110 110000 101000

Color Harmonies of #988E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E35

Black with #988E35

Text Example


Text Example

White with #988E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,53); }

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

background-color css

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

 a { background-color: rgb(152,142,53); }

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

border-color css

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

 span { border-color: rgb(152,142,53); }

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