#949F13

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

Shades of Citron #949F13

Tints of Citron #949F13

Color information

#949F13 (or 0x949F13) is unknown color: approx Citron. HEX triplet: 94, 9F and 13. RGB value is (148,159,19). Sum of RGB (Red+Green+Blue) = 148+159+19=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #949F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F13 is #6B60EC. Grayscale: #8C8C8C. Windows color (decimal): -7037165 or 1286036. OLE color: 1286036.

HSL color Cylindrical-coordinate representation of color #949F13: hue angle of 64.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949F13 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB14815919-
CMYK0.0700.880.38
HSL64.71º78.65%34.9%-
HSV(B)64.71º88.05%62.35%-
XYZ24.7331.145.32-
YUV139.7559.86133.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=45.40%
G=48.77%
B=5.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148159190.0700.880.3864.7178.6534.9
Hex949F13705826414f23
Octal22423723701304610111743
Binary1001010010011111100111110101100010011010000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F13; }

 p { color: rgb(148,159,19); }

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

<style>
 a { background-color: #949F13; }

 a { background-color: rgb(148,159,19); }

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

<style>
 span { border-color: #949F13; }

 span { border-color: rgb(148,159,19); }

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