#928719

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

Shades of Lemon Ginger #928719

Tints of Lemon Ginger #928719

Color information

#928719 (or 0x928719) is unknown color: approx Lemon Ginger. HEX triplet: 92, 87 and 19. RGB value is (146,135,25). Sum of RGB (Red+Green+Blue) = 146+135+25=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #928719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928719 is #6D78E6. Grayscale: #7E7E7E. Windows color (decimal): -7174375 or 1673106. OLE color: 1673106.

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

Color convert

RGB14613525-
CMYK00.080.830.43
HSL54.55º70.76%33.53%-
HSV(B)54.55º82.88%57.25%-
XYZ20.6923.514.37-
YUV125.7571.14142.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 25 (10.16% from 255) = 8.17%
R=47.71%
G=44.12%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461352500.080.830.4354.5570.7633.53
Hex92871908532B374722
Octal22220731010123536710742
Binary1001001010000111110010100010100111010111101111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928719; }

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

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

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

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

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

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

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

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