Html Css Color HEX #988E38 Highball

📋 copy color: '#988E38'

red 152 ◦ green 142 ◦ blue 56

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

Shades of Highball #988E38

Tints of Highball #988E38

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 43.43%
G = 40.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#988E38 (or 0x988E38) is known color: Highball. HEX triplet: 98, 8E and 38. RGB value is (152,142,56). Sum of RGB (Red+Green+Blue) = 152+142+56=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E38 is #6771C7. Grayscale: #878787. Windows color (decimal): -6779336 or 3706520. OLE color: 3706520.

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

Color convert

RGB 152 142 56 -
CMYK 0 0.07 0.63 0.40
HSL 53.75º 0.46% 0.41% -
HSV(B) 53.75º 0.63% 0.6% -
XYZ 23.34 26.31 7.59 -
YUV 135.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 152 142 56 0 0.07 0.63 0.40 53.75 0.46 0.41
Hex 98 8E 38 0 7 3F 28 36 2E 29
Octal 230 216 70 0 7 77 50 66 56 51
Binary 10011000 10001110 111000 0 111 111111 101000 110110 101110 101001

Color Harmonies of #988E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E38

Black with #988E38

Text Example


Text Example

White with #988E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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