#819414

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

Shades of Citron #819414

Tints of Citron #819414

Color information

#819414 (or 0x819414) is unknown color: approx Citron. HEX triplet: 81, 94 and 14. RGB value is (129,148,20). Sum of RGB (Red+Green+Blue) = 129+148+20=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #819414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819414 is #7E6BEB. Grayscale: #808080. Windows color (decimal): -8285164 or 1348737. OLE color: 1348737.

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

Color convert

RGB12914820-
CMYK0.1300.860.42
HSL68.91º76.19%32.94%-
HSV(B)68.91º86.49%58.04%-
XYZ19.7725.94.62-
YUV127.7367.21128.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=43.43%
G=49.83%
B=6.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129148200.1300.860.4268.9176.1932.94
Hex819414D0562A454c21
Octal201224241501265210511441
Binary10000001100101001010011010101011010101010001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819414; }

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

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

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

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

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

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

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

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