#948E13

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

Shades of Citron #948E13

Tints of Citron #948E13

Color information

#948E13 (or 0x948E13) is unknown color: approx Citron. HEX triplet: 94, 8E and 13. RGB value is (148,142,19). Sum of RGB (Red+Green+Blue) = 148+142+19=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #948E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948E13 is #6B71EC. Grayscale: #828282. Windows color (decimal): -7041517 or 1281684. OLE color: 1281684.

HSL color Cylindrical-coordinate representation of color #948E13: hue angle of 57.21º 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 #948E13 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB14814219-
CMYK00.040.870.42
HSL57.21º77.25%32.75%-
HSV(B)57.21º87.16%58.04%-
XYZ2225.694.41-
YUV129.7765.49141-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=47.90%
G=45.95%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481421900.040.870.4257.2177.2532.75
Hex948E1304572A394d21
Octal2242162304127527111541
Binary100101001000111010011010010101111010101110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E13; }

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

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

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

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

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

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

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

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