#949014

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

Shades of Citron #949014

Tints of Citron #949014

Color information

#949014 (or 0x949014) is unknown color: approx Citron. HEX triplet: 94, 90 and 14. RGB value is (148,144,20). Sum of RGB (Red+Green+Blue) = 148+144+20=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #949014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949014 is #6B6FEB. Grayscale: #838383. Windows color (decimal): -7041004 or 1347732. OLE color: 1347732.

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

Color convert

RGB14814420-
CMYK00.030.860.42
HSL58.12º76.19%32.94%-
HSV(B)58.12º86.49%58.04%-
XYZ22.3126.294.56-
YUV131.0665.33140.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=47.44%
G=46.15%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481442000.030.860.4258.1276.1932.94
Hex94901403562A3a4c21
Octal2242202403126527211441
Binary10010100100100001010001110101101010101110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949014; }

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

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

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

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

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

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

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

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