#948714

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

Shades of Lemon Ginger #948714

Tints of Lemon Ginger #948714

Color information

#948714 (or 0x948714) is unknown color: approx Lemon Ginger. HEX triplet: 94, 87 and 14. RGB value is (148,135,20). Sum of RGB (Red+Green+Blue) = 148+135+20=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948714 is #6B78EB. Grayscale: #7E7E7E. Windows color (decimal): -7043308 or 1345428. OLE color: 1345428.

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

Color convert

RGB14813520-
CMYK00.090.860.42
HSL53.91º76.19%32.94%-
HSV(B)53.91º86.49%58.04%-
XYZ2123.674.12-
YUV125.7868.31143.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=48.84%
G=44.55%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481352000.090.860.4253.9176.1932.94
Hex94871409562A364c21
Octal22420724011126526611441
Binary1001010010000111101000100110101101010101101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948714; }

 p { color: rgb(148,135,20); }

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

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

 a { background-color: rgb(148,135,20); }

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

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

 span { border-color: rgb(148,135,20); }

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