#918812

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

Shades of Lemon Ginger #918812

Tints of Lemon Ginger #918812

Color information

#918812 (or 0x918812) is unknown color: approx Lemon Ginger. HEX triplet: 91, 88 and 12. RGB value is (145,136,18). Sum of RGB (Red+Green+Blue) = 145+136+18=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #918812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918812 is #6E77ED. Grayscale: #7D7D7D. Windows color (decimal): -7239662 or 1214609. OLE color: 1214609.

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

Color convert

RGB14513618-
CMYK00.060.880.43
HSL55.75º77.91%31.96%-
HSV(B)55.75º87.59%56.86%-
XYZ20.5923.674.06-
YUV125.2467.48142.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 18 (7.42% from 255) = 6.02%
R=48.49%
G=45.48%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451361800.060.880.4355.7577.9131.96
Hex91881206582B384e20
Octal2212102206130537011640
Binary100100011000100010010011010110001010111110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918812; }

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

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

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

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

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

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

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

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