#948F19

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

Shades of Citron #948F19

Tints of Citron #948F19

Color information

#948F19 (or 0x948F19) is unknown color: approx Citron. HEX triplet: 94, 8F and 19. RGB value is (148,143,25). Sum of RGB (Red+Green+Blue) = 148+143+25=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F19 is #6B70E6. Grayscale: #838383. Windows color (decimal): -7041255 or 1675156. OLE color: 1675156.

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

Color convert

RGB14814325-
CMYK00.030.830.42
HSL57.56º71.1%33.92%-
HSV(B)57.56º83.11%58.04%-
XYZ22.2126.014.77-
YUV131.0468.16140.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=46.84%
G=45.25%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481432500.030.830.4257.5671.133.92
Hex948F1903532A3a4722
Octal2242173103123527210742
Binary10010100100011111100101110100111010101110101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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