#819512

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

Shades of Citron #819512

Tints of Citron #819512

Color information

#819512 (or 0x819512) is unknown color: approx Citron. HEX triplet: 81, 95 and 12. RGB value is (129,149,18). Sum of RGB (Red+Green+Blue) = 129+149+18=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #819512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819512 is #7E6AED. Grayscale: #808080. Windows color (decimal): -8284910 or 1217921. OLE color: 1217921.

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

Color convert

RGB12914918-
CMYK0.1300.880.42
HSL69.16º78.44%32.75%-
HSV(B)69.16º87.92%58.43%-
XYZ19.9126.214.58-
YUV128.0965.87128.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=43.58%
G=50.34%
B=6.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149180.1300.880.4269.1678.4432.75
Hex819512D0582A454e21
Octal201225221501305210511641
Binary10000001100101011001011010101100010101010001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819512; }

 p { color: rgb(129,149,18); }

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

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

 a { background-color: rgb(129,149,18); }

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

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

 span { border-color: rgb(129,149,18); }

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