Html Css Color HEX #988B41 Highball

📋 copy color: '#988B41'

red 152 ◦ green 139 ◦ blue 65

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

Shades of Highball #988B41

Tints of Highball #988B41

RGB

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

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

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

R = 42.7%
G = 39.04%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#988B41 (or 0x988B41) is known color: Highball. HEX triplet: 98, 8B and 41. RGB value is (152,139,65). Sum of RGB (Red+Green+Blue) = 152+139+65=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #988B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B41 is #6774BE. Grayscale: #868686. Windows color (decimal): -6780095 or 4295576. OLE color: 4295576.

HSL color Cylindrical-coordinate representation of color #988B41: hue angle of 51.03º 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 #988B41 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 65 -
CMYK 0 0.09 0.57 0.40
HSL 51.03º 0.4% 0.43% -
HSV(B) 51.03º 0.57% 0.6% -
XYZ 23.14 25.52 8.71 -
YUV 134.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 152 139 65 0 0.09 0.57 0.40 51.03 0.4 0.43
Hex 98 8B 41 0 9 39 28 33 28 2B
Octal 230 213 101 0 11 71 50 63 50 53
Binary 10011000 10001011 1000001 0 1001 111001 101000 110011 101000 101011

Color Harmonies of #988B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B41

Black with #988B41

Text Example


Text Example

White with #988B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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