#928E29

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

Shades of Lemon Ginger #928E29

Tints of Lemon Ginger #928E29

Color information

#928E29 (or 0x928E29) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8E and 29. RGB value is (146,142,41). Sum of RGB (Red+Green+Blue) = 146+142+41=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928E29 is #6D71D6. Grayscale: #848484. Windows color (decimal): -7172567 or 2723474. OLE color: 2723474.

HSL color Cylindrical-coordinate representation of color #928E29: hue angle of 57.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #928E29 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14614241-
CMYK00.030.720.43
HSL57.71º56.15%36.67%-
HSV(B)57.71º71.92%57.25%-
XYZ21.9325.625.89-
YUV131.6876.83138.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=44.38%
G=43.16%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461424100.030.720.4357.7156.1536.67
Hex928E2903482B3a3825
Octal222216510311053727045
Binary10010010100011101010010111001000101011111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928E29; }

 p { color: rgb(146,142,41); }

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

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

 a { background-color: rgb(146,142,41); }

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

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

 span { border-color: rgb(146,142,41); }

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