#948E0D

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

Shades of Citron #948E0D

Tints of Citron #948E0D

Color information

#948E0D (or 0x948E0D) is unknown color: approx Citron. HEX triplet: 94, 8E and 0D. RGB value is (148,142,13). Sum of RGB (Red+Green+Blue) = 148+142+13=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948E0D is #6B71F2. Grayscale: #818181. Windows color (decimal): -7041523 or 888468. OLE color: 888468.

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

Color convert

RGB14814213-
CMYK00.040.910.42
HSL57.33º83.85%31.57%-
HSV(B)57.33º91.22%58.04%-
XYZ21.9625.674.18-
YUV129.0962.49141.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 13 (5.47% from 255) = 4.29%
R=48.84%
G=46.86%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481421300.040.910.4257.3383.8531.57
Hex948ED045B2A395420
Octal2242161504133527112440
Binary10010100100011101101010010110111010101110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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