#948827

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

Shades of Lemon Ginger #948827

Tints of Lemon Ginger #948827

Color information

#948827 (or 0x948827) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 27. RGB value is (148,136,39). Sum of RGB (Red+Green+Blue) = 148+136+39=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #948827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948827 is #6B77D8. Grayscale: #808080. Windows color (decimal): -7043033 or 2590868. OLE color: 2590868.

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

Color convert

RGB14813639-
CMYK00.080.740.42
HSL53.39º58.29%36.67%-
HSV(B)53.39º73.65%58.04%-
XYZ21.3824.055.43-
YUV128.5377.48141.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=45.82%
G=42.11%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481363900.080.740.4253.3958.2936.67
Hex948827084A2A353a25
Octal2242104701011252657245
Binary1001010010001000100111010001001010101010110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948827; }

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

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

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

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

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

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

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

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