Html Css Color HEX #988635 Lemon Ginger

📋 copy color: '#988635'

red 152 ◦ green 134 ◦ blue 53

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

Shades of Lemon Ginger #988635

Tints of Lemon Ginger #988635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 44.84%
G = 39.53%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988635 (or 0x988635) is known color: Lemon Ginger. HEX triplet: 98, 86 and 35. RGB value is (152,134,53). Sum of RGB (Red+Green+Blue) = 152+134+53=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988635 is #6779CA. Grayscale: #828282. Windows color (decimal): -6781387 or 3507864. OLE color: 3507864.

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

Color convert

RGB 152 134 53 -
CMYK 0 0.12 0.65 0.40
HSL 49.09º 0.48% 0.4% -
HSV(B) 49.09º 0.65% 0.6% -
XYZ 22.12 23.98 6.83 -
YUV 130.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 152 134 53 0 0.12 0.65 0.40 49.09 0.48 0.4
Hex 98 86 35 0 C 41 28 31 30 28
Octal 230 206 65 0 14 101 50 61 60 50
Binary 10011000 10000110 110101 0 1100 1000001 101000 110001 110000 101000

Color Harmonies of #988635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988635

Black with #988635

Text Example


Text Example

White with #988635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988635; }

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

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

background-color css

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

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

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

border-color css

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

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

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