#938816

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

Shades of Lemon Ginger #938816

Tints of Lemon Ginger #938816

Color information

#938816 (or 0x938816) is unknown color: approx Lemon Ginger. HEX triplet: 93, 88 and 16. RGB value is (147,136,22). Sum of RGB (Red+Green+Blue) = 147+136+22=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #938816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938816 is #6C77E9. Grayscale: #7E7E7E. Windows color (decimal): -7108586 or 1476755. OLE color: 1476755.

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

Color convert

RGB14713622-
CMYK00.070.850.42
HSL54.72º73.96%33.14%-
HSV(B)54.72º85.03%57.65%-
XYZ20.9823.874.26-
YUV126.2969.14142.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=48.20%
G=44.59%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471362200.070.850.4254.7273.9633.14
Hex93881607552A374a21
Octal2232102607125526711241
Binary100100111000100010110011110101011010101101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938816; }

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

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

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

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

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

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

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

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