#819816

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

Shades of Citron #819816

Tints of Citron #819816

Color information

#819816 (or 0x819816) is unknown color: approx Citron. HEX triplet: 81, 98 and 16. RGB value is (129,152,22). Sum of RGB (Red+Green+Blue) = 129+152+22=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #819816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819816 is #7E67E9. Grayscale: #828282. Windows color (decimal): -8284138 or 1480833. OLE color: 1480833.

HSL color Cylindrical-coordinate representation of color #819816: hue angle of 70.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #819816 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB12915222-
CMYK0.1500.860.40
HSL70.62º74.71%34.12%-
HSV(B)70.62º85.53%59.61%-
XYZ20.4327.184.93-
YUV130.366.88127.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=42.57%
G=50.17%
B=7.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129152220.1500.860.4070.6274.7134.12
Hex819816F05628474b22
Octal201230261701265010711342
Binary10000001100110001011011110101011010100010001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819816; }

 p { color: rgb(129,152,22); }

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

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

 a { background-color: rgb(129,152,22); }

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

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

 span { border-color: rgb(129,152,22); }

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