#948F12

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

Shades of Citron #948F12

Tints of Citron #948F12

Color information

#948F12 (or 0x948F12) is unknown color: approx Citron. HEX triplet: 94, 8F and 12. RGB value is (148,143,18). Sum of RGB (Red+Green+Blue) = 148+143+18=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #948F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F12 is #6B70ED. Grayscale: #828282. Windows color (decimal): -7041262 or 1216404. OLE color: 1216404.

HSL color Cylindrical-coordinate representation of color #948F12: hue angle of 57.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #948F12 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14814318-
CMYK00.030.880.42
HSL57.69º78.31%32.55%-
HSV(B)57.69º87.84%58.04%-
XYZ22.1425.984.42-
YUV130.2464.66140.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=47.90%
G=46.28%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481431800.030.880.4257.6978.3132.55
Hex948F1203582A3a4e21
Octal2242172203130527211641
Binary10010100100011111001001110110001010101110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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