Html Css Color HEX #988E41 Highball

📋 copy color: '#988E41'

red 152 ◦ green 142 ◦ blue 65

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

Shades of Highball #988E41

Tints of Highball #988E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 42.34%
G = 39.55%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#988E41 (or 0x988E41) is known color: Highball. HEX triplet: 98, 8E and 41. RGB value is (152,142,65). Sum of RGB (Red+Green+Blue) = 152+142+65=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #988E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E41 is #6771BE. Grayscale: #888888. Windows color (decimal): -6779327 or 4296344. OLE color: 4296344.

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

Color convert

RGB 152 142 65 -
CMYK 0 0.07 0.57 0.40
HSL 53.1º 0.4% 0.43% -
HSV(B) 53.1º 0.57% 0.6% -
XYZ 23.58 26.4 8.85 -
YUV 136.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 152 142 65 0 0.07 0.57 0.40 53.1 0.4 0.43
Hex 98 8E 41 0 7 39 28 35 28 2B
Octal 230 216 101 0 7 71 50 65 50 53
Binary 10011000 10001110 1000001 0 111 111001 101000 110101 101000 101011

Color Harmonies of #988E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E41

Black with #988E41

Text Example


Text Example

White with #988E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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