Html Css Color HEX #988C3B Highball

📋 copy color: '#988C3B'

red 152 ◦ green 140 ◦ blue 59

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

Shades of Highball #988C3B

Tints of Highball #988C3B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 43.3%
G = 39.89%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#988C3B (or 0x988C3B) is known color: Highball. HEX triplet: 98, 8C and 3B. RGB value is (152,140,59). Sum of RGB (Red+Green+Blue) = 152+140+59=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C3B is #6773C4. Grayscale: #868686. Windows color (decimal): -6779845 or 3902616. OLE color: 3902616.

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

Color convert

RGB 152 140 59 -
CMYK 0 0.08 0.61 0.40
HSL 52.26º 0.44% 0.41% -
HSV(B) 52.26º 0.61% 0.6% -
XYZ 23.12 25.75 7.89 -
YUV 134.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 152 140 59 0 0.08 0.61 0.40 52.26 0.44 0.41
Hex 98 8C 3B 0 8 3D 28 34 2C 29
Octal 230 214 73 0 10 75 50 64 54 51
Binary 10011000 10001100 111011 0 1000 111101 101000 110100 101100 101001

Color Harmonies of #988C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C3B

Black with #988C3B

Text Example


Text Example

White with #988C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,59); }

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

background-color css

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

 a { background-color: rgb(152,140,59); }

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

border-color css

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

 span { border-color: rgb(152,140,59); }

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