#928718

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

Shades of Lemon Ginger #928718

Tints of Lemon Ginger #928718

Color information

#928718 (or 0x928718) is unknown color: approx Lemon Ginger. HEX triplet: 92, 87 and 18. RGB value is (146,135,24). Sum of RGB (Red+Green+Blue) = 146+135+24=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #928718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928718 is #6D78E7. Grayscale: #7E7E7E. Windows color (decimal): -7174376 or 1607570. OLE color: 1607570.

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

Color convert

RGB14613524-
CMYK00.080.840.43
HSL54.59º71.76%33.33%-
HSV(B)54.59º83.56%57.25%-
XYZ20.6823.54.31-
YUV125.6470.64142.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=47.87%
G=44.26%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461352400.080.840.4354.5971.7633.33
Hex92871808542B374821
Octal22220730010124536711041
Binary1001001010000111110000100010101001010111101111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928718; }

 p { color: rgb(146,135,24); }

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

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

 a { background-color: rgb(146,135,24); }

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

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

 span { border-color: rgb(146,135,24); }

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