#819914

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

Shades of Citron #819914

Tints of Citron #819914

Color information

#819914 (or 0x819914) is unknown color: approx Citron. HEX triplet: 81, 99 and 14. RGB value is (129,153,20). Sum of RGB (Red+Green+Blue) = 129+153+20=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #819914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819914 is #7E66EB. Grayscale: #838383. Windows color (decimal): -8283884 or 1350017. OLE color: 1350017.

HSL color Cylindrical-coordinate representation of color #819914: hue angle of 70.83º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #819914 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB12915320-
CMYK0.1600.870.4
HSL70.83º76.88%33.92%-
HSV(B)70.83º86.93%60%-
XYZ20.5727.54.89-
YUV130.6665.55126.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=42.72%
G=50.66%
B=6.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153200.1600.870.470.8376.8833.92
Hex8199141005728474d22
Octal201231242001275010711542
Binary100000011001100110100100000101011110100010001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819914; }

 p { color: rgb(129,153,20); }

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

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

 a { background-color: rgb(129,153,20); }

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

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

 span { border-color: rgb(129,153,20); }

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