Html Css Color HEX #988531 Lemon Ginger

📋 copy color: '#988531'

red 152 ◦ green 133 ◦ blue 49

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

Shades of Lemon Ginger #988531

Tints of Lemon Ginger #988531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 45.51%
G = 39.82%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#988531 (or 0x988531) is known color: Lemon Ginger. HEX triplet: 98, 85 and 31. RGB value is (152,133,49). Sum of RGB (Red+Green+Blue) = 152+133+49=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #988531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988531 is #677ACE. Grayscale: #818181. Windows color (decimal): -6781647 or 3245464. OLE color: 3245464.

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

Color convert

RGB 152 133 49 -
CMYK 0 0.13 0.68 0.40
HSL 48.93º 0.51% 0.39% -
HSV(B) 48.93º 0.68% 0.6% -
XYZ 21.89 23.67 6.32 -
YUV 129.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 152 133 49 0 0.13 0.68 0.40 48.93 0.51 0.39
Hex 98 85 31 0 D 44 28 31 33 27
Octal 230 205 61 0 15 104 50 61 63 47
Binary 10011000 10000101 110001 0 1101 1000100 101000 110001 110011 100111

Color Harmonies of #988531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988531

Black with #988531

Text Example


Text Example

White with #988531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988531; }

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

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

background-color css

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

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

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

border-color css

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

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

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