#819A14

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

Shades of Citron #819A14

Tints of Citron #819A14

Color information

#819A14 (or 0x819A14) is unknown color: approx Citron. HEX triplet: 81, 9A and 14. RGB value is (129,154,20). Sum of RGB (Red+Green+Blue) = 129+154+20=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #819A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819A14 is #7E65EB. Grayscale: #838383. Windows color (decimal): -8283628 or 1350273. OLE color: 1350273.

HSL color Cylindrical-coordinate representation of color #819A14: hue angle of 71.19º 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 #819A14 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB12915420-
CMYK0.1600.870.40
HSL71.19º77.01%34.12%-
HSV(B)71.19º87.01%60.39%-
XYZ20.7427.834.94-
YUV131.2565.22126.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=42.57%
G=50.83%
B=6.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129154200.1600.870.4071.1977.0134.12
Hex819A141005728474d22
Octal201232242001275010711542
Binary100000011001101010100100000101011110100010001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819A14; }

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

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

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

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

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

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

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

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