#918A2A

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

Shades of Lemon Ginger #918A2A

Tints of Lemon Ginger #918A2A

Color information

#918A2A (or 0x918A2A) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8A and 2A. RGB value is (145,138,42). Sum of RGB (Red+Green+Blue) = 145+138+42=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A2A is #6E75D5. Grayscale: #818181. Windows color (decimal): -7239126 or 2787985. OLE color: 2787985.

HSL color Cylindrical-coordinate representation of color #918A2A: hue angle of 55.92º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #918A2A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14513842-
CMYK00.050.710.43
HSL55.92º55.08%36.67%-
HSV(B)55.92º71.03%56.86%-
XYZ21.1824.365.78-
YUV129.1578.82139.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=44.62%
G=42.46%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451384200.050.710.4355.9255.0836.67
Hex918A2A05472B383725
Octal221212520510753706745
Binary100100011000101010101001011000111101011111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A2A; }

 p { color: rgb(145,138,42); }

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

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

 a { background-color: rgb(145,138,42); }

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

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

 span { border-color: rgb(145,138,42); }

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