#948623

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

Shades of Lemon Ginger #948623

Tints of Lemon Ginger #948623

Color information

#948623 (or 0x948623) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 23. RGB value is (148,134,35). Sum of RGB (Red+Green+Blue) = 148+134+35=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948623 is #6B79DC. Grayscale: #7F7F7F. Windows color (decimal): -7043549 or 2328212. OLE color: 2328212.

HSL color Cylindrical-coordinate representation of color #948623: hue angle of 52.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #948623 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14813435-
CMYK00.090.760.42
HSL52.57º61.75%35.88%-
HSV(B)52.57º76.35%58.04%-
XYZ21.0423.475.01-
YUV126.976.14143.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 35 (14.06% from 255) = 11.04%
R=46.69%
G=42.27%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481343500.090.760.4252.5761.7535.88
Hex948623094C2A353e24
Octal2242064301111452657644
Binary1001010010000110100011010011001100101010110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948623; }

 p { color: rgb(148,134,35); }

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

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

 a { background-color: rgb(148,134,35); }

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

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

 span { border-color: rgb(148,134,35); }

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