Html Css Color HEX #988035 Lemon Ginger

📋 copy color: '#988035'

red 152 ◦ green 128 ◦ blue 53

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

Shades of Lemon Ginger #988035

Tints of Lemon Ginger #988035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 45.65%
G = 38.44%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988035 (or 0x988035) is known color: Lemon Ginger. HEX triplet: 98, 80 and 35. RGB value is (152,128,53). Sum of RGB (Red+Green+Blue) = 152+128+53=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #988035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988035 is #677FCA. Grayscale: #7E7E7E. Windows color (decimal): -6782923 or 3506328. OLE color: 3506328.

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

Color convert

RGB 152 128 53 -
CMYK 0 0.16 0.65 0.40
HSL 45.45º 0.48% 0.4% -
HSV(B) 45.45º 0.65% 0.6% -
XYZ 21.31 22.37 6.56 -
YUV 126.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 152 128 53 0 0.16 0.65 0.40 45.45 0.48 0.4
Hex 98 80 35 0 10 41 28 2D 30 28
Octal 230 200 65 0 20 101 50 55 60 50
Binary 10011000 10000000 110101 0 10000 1000001 101000 101101 110000 101000

Color Harmonies of #988035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988035

Black with #988035

Text Example


Text Example

White with #988035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988035; }

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

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

background-color css

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

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

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

border-color css

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

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

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