#948817

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

Shades of Lemon Ginger #948817

Tints of Lemon Ginger #948817

Color information

#948817 (or 0x948817) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 17. RGB value is (148,136,23). Sum of RGB (Red+Green+Blue) = 148+136+23=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #948817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948817 is #6B77E8. Grayscale: #7F7F7F. Windows color (decimal): -7043049 or 1542292. OLE color: 1542292.

HSL color Cylindrical-coordinate representation of color #948817: hue angle of 54.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #948817 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14813623-
CMYK00.080.840.42
HSL54.24º73.1%33.53%-
HSV(B)54.24º84.46%58.04%-
XYZ21.1723.974.32-
YUV126.7169.48143.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 23 (9.38% from 255) = 7.49%
R=48.21%
G=44.30%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481362300.080.840.4254.2473.133.53
Hex94881708542A364922
Octal22421027010124526611142
Binary1001010010001000101110100010101001010101101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948817; }

 p { color: rgb(148,136,23); }

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

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

 a { background-color: rgb(148,136,23); }

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

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

 span { border-color: rgb(148,136,23); }

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