#948227

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

Shades of Lemon Ginger #948227

Tints of Lemon Ginger #948227

Color information

#948227 (or 0x948227) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 27. RGB value is (148,130,39). Sum of RGB (Red+Green+Blue) = 148+130+39=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948227 is #6B7DD8. Grayscale: #7D7D7D. Windows color (decimal): -7044569 or 2589332. OLE color: 2589332.

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

Color convert

RGB14813039-
CMYK00.120.740.42
HSL50.09º58.29%36.67%-
HSV(B)50.09º73.65%58.04%-
XYZ20.5622.415.16-
YUV125.0179.46144.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=46.69%
G=41.01%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481303900.120.740.4250.0958.2936.67
Hex9482270C4A2A323a25
Octal2242024701411252627245
Binary1001010010000010100111011001001010101010110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948227; }

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

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

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

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

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

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

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

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