Html Css Color HEX #988335 Lemon Ginger

📋 copy color: '#988335'

red 152 ◦ green 131 ◦ blue 53

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

Shades of Lemon Ginger #988335

Tints of Lemon Ginger #988335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 45.24%
G = 38.99%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988335 (or 0x988335) is known color: Lemon Ginger. HEX triplet: 98, 83 and 35. RGB value is (152,131,53). Sum of RGB (Red+Green+Blue) = 152+131+53=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988335 is #677CCA. Grayscale: #808080. Windows color (decimal): -6782155 or 3507096. OLE color: 3507096.

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

Color convert

RGB 152 131 53 -
CMYK 0 0.14 0.65 0.40
HSL 47.27º 0.48% 0.4% -
HSV(B) 47.27º 0.65% 0.6% -
XYZ 21.71 23.17 6.7 -
YUV 128.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 152 131 53 0 0.14 0.65 0.40 47.27 0.48 0.4
Hex 98 83 35 0 E 41 28 2F 30 28
Octal 230 203 65 0 16 101 50 57 60 50
Binary 10011000 10000011 110101 0 1110 1000001 101000 101111 110000 101000

Color Harmonies of #988335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988335

Black with #988335

Text Example


Text Example

White with #988335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988335; }

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

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

background-color css

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

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

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

border-color css

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

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

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