#948A2D

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

Shades of Lemon Ginger #948A2D

Tints of Lemon Ginger #948A2D

Color information

#948A2D (or 0x948A2D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8A and 2D. RGB value is (148,138,45). Sum of RGB (Red+Green+Blue) = 148+138+45=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #948A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A2D is #6B75D2. Grayscale: #828282. Windows color (decimal): -7042515 or 2984596. OLE color: 2984596.

HSL color Cylindrical-coordinate representation of color #948A2D: hue angle of 54.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #948A2D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14813845-
CMYK00.070.700.42
HSL54.17º53.37%37.84%-
HSV(B)54.17º69.59%58.04%-
XYZ21.7724.666.1-
YUV130.3979.81140.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=44.71%
G=41.69%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481384500.070.700.4254.1753.3737.84
Hex948A2D07462A363526
Octal224212550710652666546
Binary100101001000101010110101111000110101010110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A2D; }

 p { color: rgb(148,138,45); }

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

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

 a { background-color: rgb(148,138,45); }

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

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

 span { border-color: rgb(148,138,45); }

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