#928D14

Color #928D14 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #928D14

Tints of Citron #928D14

Color information

#928D14 (or 0x928D14) is unknown color: approx Citron. HEX triplet: 92, 8D and 14. RGB value is (146,141,20). Sum of RGB (Red+Green+Blue) = 146+141+20=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #928D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928D14 is #6D72EB. Grayscale: #818181. Windows color (decimal): -7172844 or 1346962. OLE color: 1346962.

HSL color Cylindrical-coordinate representation of color #928D14: hue angle of 57.62º degrees, saturation: 0.76, 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 #928D14 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14614120-
CMYK00.030.860.43
HSL57.62º75.9%32.55%-
HSV(B)57.62º86.3%57.25%-
XYZ21.5125.214.39-
YUV128.766.66140.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=47.56%
G=45.93%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461412000.030.860.4357.6275.932.55
Hex928D1403562B3a4c21
Octal2222152403126537211441
Binary10010010100011011010001110101101010111110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D14; }

 p { color: rgb(146,141,20); }

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

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

 a { background-color: rgb(146,141,20); }

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

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

 span { border-color: rgb(146,141,20); }

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