#948F26

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

Shades of Lemon Ginger #948F26

Tints of Lemon Ginger #948F26

Color information

#948F26 (or 0x948F26) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8F and 26. RGB value is (148,143,38). Sum of RGB (Red+Green+Blue) = 148+143+38=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #948F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F26 is #6B70D9. Grayscale: #848484. Windows color (decimal): -7041242 or 2527124. OLE color: 2527124.

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

Color convert

RGB14814338-
CMYK00.030.740.42
HSL57.27º59.14%36.47%-
HSV(B)57.27º74.32%58.04%-
XYZ22.3926.085.69-
YUV132.5274.66139.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=44.98%
G=43.47%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481433800.030.740.4257.2759.1436.47
Hex948F26034A2A393b24
Octal224217460311252717344
Binary10010100100011111001100111001010101010111001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,38); }

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

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

 a { background-color: rgb(148,143,38); }

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

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

 span { border-color: rgb(148,143,38); }

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