#928715

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

Shades of Lemon Ginger #928715

Tints of Lemon Ginger #928715

Color information

#928715 (or 0x928715) is unknown color: approx Lemon Ginger. HEX triplet: 92, 87 and 15. RGB value is (146,135,21). Sum of RGB (Red+Green+Blue) = 146+135+21=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #928715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928715 is #6D78EA. Grayscale: #7D7D7D. Windows color (decimal): -7174379 or 1410962. OLE color: 1410962.

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

Color convert

RGB14613521-
CMYK00.080.860.43
HSL54.72º74.85%32.75%-
HSV(B)54.72º85.62%57.25%-
XYZ20.6523.494.16-
YUV125.2969.14142.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=48.34%
G=44.70%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461352100.080.860.4354.7274.8532.75
Hex92871508562B374b21
Octal22220725010126536711341
Binary1001001010000111101010100010101101010111101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928715; }

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

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

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

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

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

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

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

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