Html Css Color HEX #988831 Lemon Ginger

📋 copy color: '#988831'

red 152 ◦ green 136 ◦ blue 49

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

Shades of Lemon Ginger #988831

Tints of Lemon Ginger #988831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 45.1%
G = 40.36%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988831 (or 0x988831) is known color: Lemon Ginger. HEX triplet: 98, 88 and 31. RGB value is (152,136,49). Sum of RGB (Red+Green+Blue) = 152+136+49=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988831 is #6777CE. Grayscale: #838383. Windows color (decimal): -6780879 or 3246232. OLE color: 3246232.

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

Color convert

RGB 152 136 49 -
CMYK 0 0.11 0.68 0.40
HSL 50.68º 0.51% 0.39% -
HSV(B) 50.68º 0.68% 0.6% -
XYZ 22.31 24.51 6.46 -
YUV 130.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 152 136 49 0 0.11 0.68 0.40 50.68 0.51 0.39
Hex 98 88 31 0 B 44 28 33 33 27
Octal 230 210 61 0 13 104 50 63 63 47
Binary 10011000 10001000 110001 0 1011 1000100 101000 110011 110011 100111

Color Harmonies of #988831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988831

Black with #988831

Text Example


Text Example

White with #988831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988831; }

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

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

background-color css

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

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

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

border-color css

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

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

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