#988125

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

Shades of Lemon Ginger #988125

Tints of Lemon Ginger #988125

Color information

#988125 (or 0x988125) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 25. RGB value is (152,129,37). Sum of RGB (Red+Green+Blue) = 152+129+37=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #988125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988125 is #677EDA. Grayscale: #7D7D7D. Windows color (decimal): -6782683 or 2458008. OLE color: 2458008.

HSL color Cylindrical-coordinate representation of color #988125: hue angle of 48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988125 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15212937-
CMYK00.150.760.40
HSL48º60.85%37.06%-
HSV(B)48º75.66%59.61%-
XYZ21.1322.514.98-
YUV125.3978.12146.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=47.80%
G=40.57%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521293700.150.760.404860.8537.06
Hex9881250F4C28303d25
Octal2302014501711450607545
Binary1001100010000001100101011111001100101000110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988125; }

 p { color: rgb(152,129,37); }

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

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

 a { background-color: rgb(152,129,37); }

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

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

 span { border-color: rgb(152,129,37); }

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