#949214

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

Shades of Citron #949214

Tints of Citron #949214

Color information

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

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

Color convert

RGB14814620-
CMYK00.010.860.42
HSL59.06º76.19%32.94%-
HSV(B)59.06º86.49%58.04%-
XYZ22.6226.94.66-
YUV132.2364.66139.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481462000.010.860.4259.0676.1932.94
Hex94921401562A3b4c21
Octal2242222401126527311441
Binary1001010010010010101000110101101010101110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949214; }

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

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

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

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

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

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

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

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