#998A1B

Color #998A1B Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #998A1B

Tints of Lemon Ginger #998A1B

Color information

#998A1B (or 0x998A1B) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8A and 1B. RGB value is (153,138,27). Sum of RGB (Red+Green+Blue) = 153+138+27=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A1B is #6675E4. Grayscale: #828282. Windows color (decimal): -6714853 or 1804953. OLE color: 1804953.

HSL color Cylindrical-coordinate representation of color #998A1B: hue angle of 52.86º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #998A1B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15313827-
CMYK00.100.820.4
HSL52.86º70%35.29%-
HSV(B)52.86º82.35%60%-
XYZ22.4225.034.69-
YUV129.8369.97144.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=48.11%
G=43.40%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531382700.100.820.452.867035.29
Hex998A1B0A5228354623
Octal23121233012122506510643
Binary1001100110001010110110101010100101010001101011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,27); }

 H1.HeaderClassName
 {
   color: #998A1B;
 }
 .AnyTagClassName
 {
   color: #998A1B;
 }
</style>
background-color css

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

 a { background-color: rgb(153,138,27); }

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

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

 span { border-color: rgb(153,138,27); }

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