Html Css Color HEX #988538 Highball

📋 copy color: '#988538'

red 152 ◦ green 133 ◦ blue 56

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

Shades of Highball #988538

Tints of Highball #988538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 44.57%
G = 39%
B = 16.42%

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

#988538 (or 0x988538) is known color: Highball. HEX triplet: 98, 85 and 38. RGB value is (152,133,56). Sum of RGB (Red+Green+Blue) = 152+133+56=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #988538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988538 is #677AC7. Grayscale: #828282. Windows color (decimal): -6781640 or 3704216. OLE color: 3704216.

HSL color Cylindrical-coordinate representation of color #988538: hue angle of 48.12º 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 #988538 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 56 -
CMYK 0 0.13 0.63 0.40
HSL 48.13º 0.46% 0.41% -
HSV(B) 48.13º 0.63% 0.6% -
XYZ 22.05 23.74 7.16 -
YUV 129.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 152 133 56 0 0.13 0.63 0.40 48.13 0.46 0.41
Hex 98 85 38 0 D 3F 28 30 2E 29
Octal 230 205 70 0 15 77 50 60 56 51
Binary 10011000 10000101 111000 0 1101 111111 101000 110000 101110 101001

Color Harmonies of #988538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988538

Black with #988538

Text Example


Text Example

White with #988538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988538; }

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

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

background-color css

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

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

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

border-color css

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

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

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