#929414

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

Shades of Citron #929414

Tints of Citron #929414

Color information

#929414 (or 0x929414) is unknown color: approx Citron. HEX triplet: 92, 94 and 14. RGB value is (146,148,20). Sum of RGB (Red+Green+Blue) = 146+148+20=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #929414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929414 is #6D6BEB. Grayscale: #858585. Windows color (decimal): -7171052 or 1348754. OLE color: 1348754.

HSL color Cylindrical-coordinate representation of color #929414: hue angle of 60.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #929414 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14614820-
CMYK0.0100.860.42
HSL60.94º76.19%32.94%-
HSV(B)60.94º86.49%58.04%-
XYZ22.5727.344.75-
YUV132.8164.34137.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 20 (8.20% from 255) = 6.37%
R=46.50%
G=47.13%
B=6.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146148200.0100.860.4260.9476.1932.94
Hex92941410562A3d4c21
Octal2222242410126527511441
Binary1001001010010100101001010101101010101111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929414; }

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

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

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

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

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

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

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

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