#918A28

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

Shades of Lemon Ginger #918A28

Tints of Lemon Ginger #918A28

Color information

#918A28 (or 0x918A28) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8A and 28. RGB value is (145,138,40). Sum of RGB (Red+Green+Blue) = 145+138+40=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A28 is #6E75D7. Grayscale: #818181. Windows color (decimal): -7239128 or 2656913. OLE color: 2656913.

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

Color convert

RGB14513840-
CMYK00.050.720.43
HSL56º56.76%36.27%-
HSV(B)56º72.41%56.86%-
XYZ21.1524.355.59-
YUV128.9277.82139.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 40 (16.02% from 255) = 12.38%
R=44.89%
G=42.72%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451384000.050.720.435656.7636.27
Hex918A2805482B383924
Octal221212500511053707144
Binary100100011000101010100001011001000101011111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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