#999025

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

Shades of Lemon Ginger #999025

Tints of Lemon Ginger #999025

Color information

#999025 (or 0x999025) is unknown color: approx Lemon Ginger. HEX triplet: 99, 90 and 25. RGB value is (153,144,37). Sum of RGB (Red+Green+Blue) = 153+144+37=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #999025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999025 is #666FDA. Grayscale: #868686. Windows color (decimal): -6713307 or 2461849. OLE color: 2461849.

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

Color convert

RGB15314437-
CMYK00.060.760.4
HSL55.34º61.05%37.25%-
HSV(B)55.34º75.82%60%-
XYZ23.4426.855.7-
YUV134.4972.98141.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=45.81%
G=43.11%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531443700.060.760.455.3461.0537.25
Hex999025064C28373d25
Octal231220450611450677545
Binary100110011001000010010101101001100101000110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999025; }

 p { color: rgb(153,144,37); }

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

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

 a { background-color: rgb(153,144,37); }

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

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

 span { border-color: rgb(153,144,37); }

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