Html Css Color HEX #988039 Lemon Ginger

📋 copy color: '#988039'

red 152 ◦ green 128 ◦ blue 57

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

Shades of Lemon Ginger #988039

Tints of Lemon Ginger #988039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 45.1%
G = 37.98%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#988039 (or 0x988039) is known color: Lemon Ginger. HEX triplet: 98, 80 and 39. RGB value is (152,128,57). Sum of RGB (Red+Green+Blue) = 152+128+57=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988039 is #677FC6. Grayscale: #7F7F7F. Windows color (decimal): -6782919 or 3768472. OLE color: 3768472.

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

Color convert

RGB 152 128 57 -
CMYK 0 0.16 0.62 0.40
HSL 44.84º 0.45% 0.41% -
HSV(B) 44.84º 0.63% 0.6% -
XYZ 21.41 22.41 7.07 -
YUV 127.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 152 128 57 0 0.16 0.62 0.40 44.84 0.45 0.41
Hex 98 80 39 0 10 3E 28 2D 2D 29
Octal 230 200 71 0 20 76 50 55 55 51
Binary 10011000 10000000 111001 0 10000 111110 101000 101101 101101 101001

Color Harmonies of #988039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988039

Black with #988039

Text Example


Text Example

White with #988039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988039; }

 p { color: rgb(152,128,57); }

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

background-color css

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

 a { background-color: rgb(152,128,57); }

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

border-color css

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

 span { border-color: rgb(152,128,57); }

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