#948E19

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

Shades of Citron #948E19

Tints of Citron #948E19

Color information

#948E19 (or 0x948E19) is unknown color: approx Citron. HEX triplet: 94, 8E and 19. RGB value is (148,142,25). Sum of RGB (Red+Green+Blue) = 148+142+25=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #948E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948E19 is #6B71E6. Grayscale: #828282. Windows color (decimal): -7041511 or 1674900. OLE color: 1674900.

HSL color Cylindrical-coordinate representation of color #948E19: hue angle of 57.07º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #948E19 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14814225-
CMYK00.040.830.42
HSL57.07º71.1%33.92%-
HSV(B)57.07º83.11%58.04%-
XYZ22.0625.714.72-
YUV130.4668.49140.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=46.98%
G=45.08%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481422500.040.830.4257.0771.133.92
Hex948E1904532A394722
Octal2242163104123527110742
Binary100101001000111011001010010100111010101110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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