#998427

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

Shades of Lemon Ginger #998427

Tints of Lemon Ginger #998427

Color information

#998427 (or 0x998427) is unknown color: approx Lemon Ginger. HEX triplet: 99, 84 and 27. RGB value is (153,132,39). Sum of RGB (Red+Green+Blue) = 153+132+39=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998427 is #667BD8. Grayscale: #808080. Windows color (decimal): -6716377 or 2589849. OLE color: 2589849.

HSL color Cylindrical-coordinate representation of color #998427: hue angle of 48.95º 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 #998427 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15313239-
CMYK00.140.750.4
HSL48.95º59.38%37.65%-
HSV(B)48.95º74.51%60%-
XYZ21.7523.425.29-
YUV127.6877.96146.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=47.22%
G=40.74%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531323900.140.750.448.9559.3837.65
Hex9984270E4B28313b26
Octal2312044701611350617346
Binary1001100110000100100111011101001011101000110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998427; }

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

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

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

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

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

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

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

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