Html Css Color HEX #998C31 Lemon Ginger

📋 copy color: '#998C31'

red 153 ◦ green 140 ◦ blue 49

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

Shades of Lemon Ginger #998C31

Tints of Lemon Ginger #998C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

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

R = 44.74%
G = 40.94%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#998C31 (or 0x998C31) is known color: Lemon Ginger. HEX triplet: 99, 8C and 31. RGB value is (153,140,49). Sum of RGB (Red+Green+Blue) = 153+140+49=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #998C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C31 is #6673CE. Grayscale: #858585. Windows color (decimal): -6714319 or 3247257. OLE color: 3247257.

HSL color Cylindrical-coordinate representation of color #998C31: hue angle of 52.5º 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 #998C31 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 49 -
CMYK 0 0.08 0.68 0.4
HSL 52.5º 0.51% 0.4% -
HSV(B) 52.5º 0.68% 0.6% -
XYZ 23.07 25.75 6.66 -
YUV 133.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 153 140 49 0 0.08 0.68 0.4 52.5 0.51 0.4
Hex 99 8C 31 0 8 44 28 34 33 28
Octal 231 214 61 0 10 104 50 64 63 50
Binary 10011001 10001100 110001 0 1000 1000100 101000 110100 110011 101000

Color Harmonies of #998C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C31

Black with #998C31

Text Example


Text Example

White with #998C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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