Html Css Color HEX #998331 Lemon Ginger

📋 copy color: '#998331'

red 153 ◦ green 131 ◦ blue 49

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

Shades of Lemon Ginger #998331

Tints of Lemon Ginger #998331

RGB

 RED value IS 153 (60.16% from 255) = 45.95%

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

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

R = 45.95%
G = 39.34%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#998331 (or 0x998331) is known color: Lemon Ginger. HEX triplet: 99, 83 and 31. RGB value is (153,131,49). Sum of RGB (Red+Green+Blue) = 153+131+49=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998331 is #667CCE. Grayscale: #808080. Windows color (decimal): -6716623 or 3244953. OLE color: 3244953.

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

Color convert

RGB 153 131 49 -
CMYK 0 0.14 0.68 0.4
HSL 47.31º 0.51% 0.4% -
HSV(B) 47.31º 0.68% 0.6% -
XYZ 21.81 23.23 6.24 -
YUV 128.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 153 131 49 0 0.14 0.68 0.4 47.31 0.51 0.4
Hex 99 83 31 0 E 44 28 2F 33 28
Octal 231 203 61 0 16 104 50 57 63 50
Binary 10011001 10000011 110001 0 1110 1000100 101000 101111 110011 101000

Color Harmonies of #998331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998331

Black with #998331

Text Example


Text Example

White with #998331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998331; }

 p { color: rgb(153,131,49); }

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

background-color css

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

 a { background-color: rgb(153,131,49); }

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

border-color css

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

 span { border-color: rgb(153,131,49); }

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