#948F15

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

Shades of Citron #948F15

Tints of Citron #948F15

Color information

#948F15 (or 0x948F15) is unknown color: approx Citron. HEX triplet: 94, 8F and 15. RGB value is (148,143,21). Sum of RGB (Red+Green+Blue) = 148+143+21=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #948F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F15 is #6B70EA. Grayscale: #838383. Windows color (decimal): -7041259 or 1413012. OLE color: 1413012.

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

Color convert

RGB14814321-
CMYK00.030.860.42
HSL57.64º75.15%33.14%-
HSV(B)57.64º85.81%58.04%-
XYZ22.1725.994.56-
YUV130.5966.16140.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 143 (56.25% from 255) = 45.83%
BLUE value IS 21 (8.59% from 255) = 6.73%
R=47.44%
G=45.83%
B=6.73%

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
Decimal1481432100.030.860.4257.6475.1533.14
Hex948F1503562A3a4b21
Octal2242172503126527211341
Binary10010100100011111010101110101101010101110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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