#948127

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

Shades of Lemon Ginger #948127

Tints of Lemon Ginger #948127

Color information

#948127 (or 0x948127) is unknown color: approx Lemon Ginger. HEX triplet: 94, 81 and 27. RGB value is (148,129,39). Sum of RGB (Red+Green+Blue) = 148+129+39=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948127 is #6B7ED8. Grayscale: #7C7C7C. Windows color (decimal): -7044825 or 2589076. OLE color: 2589076.

HSL color Cylindrical-coordinate representation of color #948127: hue angle of 49.54º 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 #948127 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14812939-
CMYK00.130.740.42
HSL49.54º58.29%36.67%-
HSV(B)49.54º73.65%58.04%-
XYZ20.4322.145.12-
YUV124.4279.79144.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=46.84%
G=40.82%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481293900.130.740.4249.5458.2936.67
Hex9481270D4A2A323a25
Octal2242014701511252627245
Binary1001010010000001100111011011001010101010110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948127; }

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

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

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

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

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

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

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

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