Html Css Color HEX #998C44 Highball

📋 copy color: '#998C44'

red 153 ◦ green 140 ◦ blue 68

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

Shades of Highball #998C44

Tints of Highball #998C44

RGB

 RED value IS 153 (60.16% from 255) = 42.38%

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

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 42.38%
G = 38.78%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#998C44 (or 0x998C44) is known color: Highball. HEX triplet: 99, 8C and 44. RGB value is (153,140,68). Sum of RGB (Red+Green+Blue) = 153+140+68=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #998C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C44 is #6673BB. Grayscale: #878787. Windows color (decimal): -6714300 or 4492441. OLE color: 4492441.

HSL color Cylindrical-coordinate representation of color #998C44: hue angle of 50.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #998C44 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 68 -
CMYK 0 0.08 0.56 0.4
HSL 50.82º 0.38% 0.43% -
HSV(B) 50.82º 0.56% 0.6% -
XYZ 23.56 25.95 9.24 -
YUV 135.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 153 140 68 0 0.08 0.56 0.4 50.82 0.38 0.43
Hex 99 8C 44 0 8 38 28 33 26 2B
Octal 231 214 104 0 10 70 50 63 46 53
Binary 10011001 10001100 1000100 0 1000 111000 101000 110011 100110 101011

Color Harmonies of #998C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C44

Black with #998C44

Text Example


Text Example

White with #998C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C44; }

 p { color: rgb(153,140,68); }

 H1.HeaderClassName
 {
   color: #998C44;
 }
 .AnyTagClassName
 {
   color: #998C44;
 }
</style>

background-color css

<style>
 a { background-color: #998C44; }

 a { background-color: rgb(153,140,68); }

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

border-color css

<style>
 span { border-color: #998C44; }

 span { border-color: rgb(153,140,68); }

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