Html Css Color HEX #988A37 Highball

📋 copy color: '#988A37'

red 152 ◦ green 138 ◦ blue 55

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

Shades of Highball #988A37

Tints of Highball #988A37

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 44.06%
G = 40%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#988A37 (or 0x988A37) is known color: Highball. HEX triplet: 98, 8A and 37. RGB value is (152,138,55). Sum of RGB (Red+Green+Blue) = 152+138+55=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #988A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A37 is #6775C8. Grayscale: #858585. Windows color (decimal): -6780361 or 3639960. OLE color: 3639960.

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

Color convert

RGB 152 138 55 -
CMYK 0 0.09 0.64 0.40
HSL 51.34º 0.47% 0.41% -
HSV(B) 51.34º 0.64% 0.6% -
XYZ 22.73 25.13 7.27 -
YUV 132.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 152 138 55 0 0.09 0.64 0.40 51.34 0.47 0.41
Hex 98 8A 37 0 9 40 28 33 2F 29
Octal 230 212 67 0 11 100 50 63 57 51
Binary 10011000 10001010 110111 0 1001 1000000 101000 110011 101111 101001

Color Harmonies of #988A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A37

Black with #988A37

Text Example


Text Example

White with #988A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,55); }

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

background-color css

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

 a { background-color: rgb(152,138,55); }

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

border-color css

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

 span { border-color: rgb(152,138,55); }

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