#949113

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

Shades of Citron #949113

Tints of Citron #949113

Color information

#949113 (or 0x949113) is unknown color: approx Citron. HEX triplet: 94, 91 and 13. RGB value is (148,145,19). Sum of RGB (Red+Green+Blue) = 148+145+19=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #949113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949113 is #6B6EEC. Grayscale: #848484. Windows color (decimal): -7040749 or 1282452. OLE color: 1282452.

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

Color convert

RGB14814519-
CMYK00.020.870.42
HSL58.6º77.25%32.75%-
HSV(B)58.6º87.16%58.04%-
XYZ22.4626.594.57-
YUV131.5364.49139.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 19 (7.81% from 255) = 6.09%
R=47.44%
G=46.47%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481451900.020.870.4258.677.2532.75
Hex94911302572A3b4d21
Octal2242212302127527311541
Binary10010100100100011001101010101111010101110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949113; }

 p { color: rgb(148,145,19); }

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

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

 a { background-color: rgb(148,145,19); }

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

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

 span { border-color: rgb(148,145,19); }

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