Html Css Color HEX #988829 Lemon Ginger

📋 copy color: '#988829'

red 152 ◦ green 136 ◦ blue 41

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

Shades of Lemon Ginger #988829

Tints of Lemon Ginger #988829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 46.2%
G = 41.34%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#988829 (or 0x988829) is known color: Lemon Ginger. HEX triplet: 98, 88 and 29. RGB value is (152,136,41). Sum of RGB (Red+Green+Blue) = 152+136+41=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #988829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988829 is #6777D6. Grayscale: #828282. Windows color (decimal): -6780887 or 2721944. OLE color: 2721944.

HSL color Cylindrical-coordinate representation of color #988829: hue angle of 51.35º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #988829 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 41 -
CMYK 0 0.11 0.73 0.40
HSL 51.35º 0.58% 0.38% -
HSV(B) 51.35º 0.73% 0.6% -
XYZ 22.15 24.44 5.65 -
YUV 129.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 152 136 41 0 0.11 0.73 0.40 51.35 0.58 0.38
Hex 98 88 29 0 B 49 28 33 3A 26
Octal 230 210 51 0 13 111 50 63 72 46
Binary 10011000 10001000 101001 0 1011 1001001 101000 110011 111010 100110

Color Harmonies of #988829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988829

Black with #988829

Text Example


Text Example

White with #988829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988829; }

 p { color: rgb(152,136,41); }

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

background-color css

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

 a { background-color: rgb(152,136,41); }

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

border-color css

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

 span { border-color: rgb(152,136,41); }

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