#948F2B

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

Shades of Lemon Ginger #948F2B

Tints of Lemon Ginger #948F2B

Color information

#948F2B (or 0x948F2B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8F and 2B. RGB value is (148,143,43). Sum of RGB (Red+Green+Blue) = 148+143+43=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F2B is #6B70D4. Grayscale: #858585. Windows color (decimal): -7041237 or 2854804. OLE color: 2854804.

HSL color Cylindrical-coordinate representation of color #948F2B: hue angle of 57.14º 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 #948F2B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14814343-
CMYK00.030.710.42
HSL57.14º54.97%37.45%-
HSV(B)57.14º70.95%58.04%-
XYZ22.4726.126.14-
YUV133.0977.16138.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 43 (17.19% from 255) = 12.87%
R=44.31%
G=42.81%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481434300.030.710.4257.1454.9737.45
Hex948F2B03472A393725
Octal224217530310752716745
Binary10010100100011111010110111000111101010111001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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