#938812

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

Shades of Lemon Ginger #938812

Tints of Lemon Ginger #938812

Color information

#938812 (or 0x938812) is unknown color: approx Lemon Ginger. HEX triplet: 93, 88 and 12. RGB value is (147,136,18). Sum of RGB (Red+Green+Blue) = 147+136+18=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #938812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938812 is #6C77ED. Grayscale: #7E7E7E. Windows color (decimal): -7108590 or 1214611. OLE color: 1214611.

HSL color Cylindrical-coordinate representation of color #938812: hue angle of 54.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938812 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14713618-
CMYK00.070.880.42
HSL54.88º78.18%32.35%-
HSV(B)54.88º87.76%57.65%-
XYZ20.9523.864.07-
YUV125.8467.14143.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=48.84%
G=45.18%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471361800.070.880.4254.8878.1832.35
Hex93881207582A374e20
Octal2232102207130526711640
Binary100100111000100010010011110110001010101101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938812; }

 p { color: rgb(147,136,18); }

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

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

 a { background-color: rgb(147,136,18); }

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

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

 span { border-color: rgb(147,136,18); }

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