#928125

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

Shades of Lemon Ginger #928125

Tints of Lemon Ginger #928125

Color information

#928125 (or 0x928125) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 25. RGB value is (146,129,37). Sum of RGB (Red+Green+Blue) = 146+129+37=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928125 is #6D7EDA. Grayscale: #7B7B7B. Windows color (decimal): -7175899 or 2458002. OLE color: 2458002.

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

Color convert

RGB14612937-
CMYK00.120.750.43
HSL50.64º59.56%35.88%-
HSV(B)50.64º74.66%57.25%-
XYZ20.0421.954.93-
YUV123.679.13143.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 37 (14.84% from 255) = 11.86%
R=46.79%
G=41.35%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461293700.120.750.4350.6459.5635.88
Hex9281250C4B2B333c24
Octal2222014501411353637444
Binary1001001010000001100101011001001011101011110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928125; }

 p { color: rgb(146,129,37); }

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

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

 a { background-color: rgb(146,129,37); }

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

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

 span { border-color: rgb(146,129,37); }

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