Html Css Color HEX #988438 Highball

📋 copy color: '#988438'

red 152 ◦ green 132 ◦ blue 56

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

Shades of Highball #988438

Tints of Highball #988438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 44.71%
G = 38.82%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#988438 (or 0x988438) is known color: Highball. HEX triplet: 98, 84 and 38. RGB value is (152,132,56). Sum of RGB (Red+Green+Blue) = 152+132+56=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #988438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988438 is #677BC7. Grayscale: #818181. Windows color (decimal): -6781896 or 3703960. OLE color: 3703960.

HSL color Cylindrical-coordinate representation of color #988438: hue angle of 47.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #988438 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 56 -
CMYK 0 0.13 0.63 0.40
HSL 47.5º 0.46% 0.41% -
HSV(B) 47.5º 0.63% 0.6% -
XYZ 21.91 23.46 7.12 -
YUV 129.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 152 132 56 0 0.13 0.63 0.40 47.5 0.46 0.41
Hex 98 84 38 0 D 3F 28 30 2E 29
Octal 230 204 70 0 15 77 50 60 56 51
Binary 10011000 10000100 111000 0 1101 111111 101000 110000 101110 101001

Color Harmonies of #988438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988438

Black with #988438

Text Example


Text Example

White with #988438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988438; }

 p { color: rgb(152,132,56); }

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

background-color css

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

 a { background-color: rgb(152,132,56); }

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

border-color css

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

 span { border-color: rgb(152,132,56); }

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