#998227

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

Shades of Lemon Ginger #998227

Tints of Lemon Ginger #998227

Color information

#998227 (or 0x998227) is unknown color: approx Lemon Ginger. HEX triplet: 99, 82 and 27. RGB value is (153,130,39). Sum of RGB (Red+Green+Blue) = 153+130+39=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #998227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998227 is #667DD8. Grayscale: #7E7E7E. Windows color (decimal): -6716889 or 2589337. OLE color: 2589337.

HSL color Cylindrical-coordinate representation of color #998227: hue angle of 47.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998227 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15313039-
CMYK00.150.750.4
HSL47.89º59.38%37.65%-
HSV(B)47.89º74.51%60%-
XYZ21.4922.885.2-
YUV126.578.62146.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=47.52%
G=40.37%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531303900.150.750.447.8959.3837.65
Hex9982270F4B28303b26
Octal2312024701711350607346
Binary1001100110000010100111011111001011101000110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998227; }

 p { color: rgb(153,130,39); }

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

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

 a { background-color: rgb(153,130,39); }

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

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

 span { border-color: rgb(153,130,39); }

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