Html Css Color HEX #988B32 Highball

📋 copy color: '#988B32'

red 152 ◦ green 139 ◦ blue 50

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

Shades of Highball #988B32

Tints of Highball #988B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 44.57%
G = 40.76%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988B32 (or 0x988B32) is known color: Highball. HEX triplet: 98, 8B and 32. RGB value is (152,139,50). Sum of RGB (Red+Green+Blue) = 152+139+50=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #988B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B32 is #6774CD. Grayscale: #858585. Windows color (decimal): -6780110 or 3312536. OLE color: 3312536.

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

Color convert

RGB 152 139 50 -
CMYK 0 0.09 0.67 0.40
HSL 52.35º 0.5% 0.4% -
HSV(B) 52.35º 0.67% 0.6% -
XYZ 22.76 25.37 6.72 -
YUV 132.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 152 139 50 0 0.09 0.67 0.40 52.35 0.5 0.4
Hex 98 8B 32 0 9 43 28 34 32 28
Octal 230 213 62 0 11 103 50 64 62 50
Binary 10011000 10001011 110010 0 1001 1000011 101000 110100 110010 101000

Color Harmonies of #988B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B32

Black with #988B32

Text Example


Text Example

White with #988B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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