#948814

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

Shades of Lemon Ginger #948814

Tints of Lemon Ginger #948814

Color information

#948814 (or 0x948814) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 14. RGB value is (148,136,20). Sum of RGB (Red+Green+Blue) = 148+136+20=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #948814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948814 is #6B77EB. Grayscale: #7E7E7E. Windows color (decimal): -7043052 or 1345684. OLE color: 1345684.

HSL color Cylindrical-coordinate representation of color #948814: hue angle of 54.38º 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 #948814 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14813620-
CMYK00.080.860.42
HSL54.38º76.19%32.94%-
HSV(B)54.38º86.49%58.04%-
XYZ21.1423.954.17-
YUV126.3667.98143.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=48.68%
G=44.74%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481362000.080.860.4254.3876.1932.94
Hex94881408562A364c21
Octal22421024010126526611441
Binary1001010010001000101000100010101101010101101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948814; }

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

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

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

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

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

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

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

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