Html Css Color HEX #988B48 Highball

📋 copy color: '#988B48'

red 152 ◦ green 139 ◦ blue 72

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

Shades of Highball #988B48

Tints of Highball #988B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 41.87%
G = 38.29%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#988B48 (or 0x988B48) is known color: Highball. HEX triplet: 98, 8B and 48. RGB value is (152,139,72). Sum of RGB (Red+Green+Blue) = 152+139+72=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B48 is #6774B7. Grayscale: #878787. Windows color (decimal): -6780088 or 4754328. OLE color: 4754328.

HSL color Cylindrical-coordinate representation of color #988B48: hue angle of 50.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988B48 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 72 -
CMYK 0 0.09 0.53 0.40
HSL 50.25º 0.36% 0.44% -
HSV(B) 50.25º 0.53% 0.6% -
XYZ 23.35 25.61 9.84 -
YUV 135.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 152 139 72 0 0.09 0.53 0.40 50.25 0.36 0.44
Hex 98 8B 48 0 9 35 28 32 24 2C
Octal 230 213 110 0 11 65 50 62 44 54
Binary 10011000 10001011 1001000 0 1001 110101 101000 110010 100100 101100

Color Harmonies of #988B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B48

Black with #988B48

Text Example


Text Example

White with #988B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,72); }

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

background-color css

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

 a { background-color: rgb(152,139,72); }

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

border-color css

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

 span { border-color: rgb(152,139,72); }

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