#928515

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

Shades of Lemon Ginger #928515

Tints of Lemon Ginger #928515

Color information

#928515 (or 0x928515) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 15. RGB value is (146,133,21). Sum of RGB (Red+Green+Blue) = 146+133+21=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928515 is #6D7AEA. Grayscale: #7C7C7C. Windows color (decimal): -7174891 or 1410450. OLE color: 1410450.

HSL color Cylindrical-coordinate representation of color #928515: hue angle of 53.76º 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 #928515 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14613321-
CMYK00.090.860.43
HSL53.76º74.85%32.75%-
HSV(B)53.76º85.62%57.25%-
XYZ20.3822.944.06-
YUV124.1269.81143.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 21 (8.59% from 255) = 7%
R=48.67%
G=44.33%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461332100.090.860.4353.7674.8532.75
Hex92851509562B364b21
Octal22220525011126536611341
Binary1001001010000101101010100110101101010111101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928515; }

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

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

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

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

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

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

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

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