#948E2B

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

Shades of Lemon Ginger #948E2B

Tints of Lemon Ginger #948E2B

Color information

#948E2B (or 0x948E2B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8E and 2B. RGB value is (148,142,43). Sum of RGB (Red+Green+Blue) = 148+142+43=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E2B is #6B71D4. Grayscale: #848484. Windows color (decimal): -7041493 or 2854548. OLE color: 2854548.

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

Color convert

RGB14814243-
CMYK00.040.710.42
HSL56.57º54.97%37.45%-
HSV(B)56.57º70.95%58.04%-
XYZ22.3225.826.09-
YUV132.5177.49139.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=44.44%
G=42.64%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481424300.040.710.4256.5754.9737.45
Hex948E2B04472A393725
Octal224216530410752716745
Binary100101001000111010101101001000111101010111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,43); }

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

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

 a { background-color: rgb(148,142,43); }

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

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

 span { border-color: rgb(148,142,43); }

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