#819313

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

Shades of Citron #819313

Tints of Citron #819313

Color information

#819313 (or 0x819313) is unknown color: approx Citron. HEX triplet: 81, 93 and 13. RGB value is (129,147,19). Sum of RGB (Red+Green+Blue) = 129+147+19=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #819313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819313 is #7E6CEC. Grayscale: #7F7F7F. Windows color (decimal): -8285421 or 1282945. OLE color: 1282945.

HSL color Cylindrical-coordinate representation of color #819313: hue angle of 68.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #819313 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB12914719-
CMYK0.1200.870.42
HSL68.44º77.11%32.55%-
HSV(B)68.44º87.07%57.65%-
XYZ19.625.584.52-
YUV127.0367.04129.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=43.73%
G=49.83%
B=6.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147190.1200.870.4268.4477.1132.55
Hex819313C0572A444d21
Octal201223231401275210411541
Binary10000001100100111001111000101011110101010001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819313; }

 p { color: rgb(129,147,19); }

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

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

 a { background-color: rgb(129,147,19); }

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

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

 span { border-color: rgb(129,147,19); }

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