#928128

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

Shades of Lemon Ginger #928128

Tints of Lemon Ginger #928128

Color information

#928128 (or 0x928128) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 28. RGB value is (146,129,40). Sum of RGB (Red+Green+Blue) = 146+129+40=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #928128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928128 is #6D7ED7. Grayscale: #7C7C7C. Windows color (decimal): -7175896 or 2654610. OLE color: 2654610.

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

Color convert

RGB14612940-
CMYK00.120.730.43
HSL50.38º56.99%36.47%-
HSV(B)50.38º72.6%57.25%-
XYZ20.0921.965.19-
YUV123.9480.63143.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=46.35%
G=40.95%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461294000.120.730.4350.3856.9936.47
Hex9281280C492B323924
Octal2222015001411153627144
Binary1001001010000001101000011001001001101011110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928128; }

 p { color: rgb(146,129,40); }

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

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

 a { background-color: rgb(146,129,40); }

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

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

 span { border-color: rgb(146,129,40); }

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