#829113

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

Shades of Citron #829113

Tints of Citron #829113

Color information

#829113 (or 0x829113) is unknown color: approx Citron. HEX triplet: 82, 91 and 13. RGB value is (130,145,19). Sum of RGB (Red+Green+Blue) = 130+145+19=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #829113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829113 is #7D6EEC. Grayscale: #7E7E7E. Windows color (decimal): -8220397 or 1282434. OLE color: 1282434.

HSL color Cylindrical-coordinate representation of color #829113: hue angle of 67.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #829113 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB13014519-
CMYK0.1000.870.43
HSL67.14º76.83%32.16%-
HSV(B)67.14º86.9%56.86%-
XYZ19.4525.044.42-
YUV126.1567.53130.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=44.22%
G=49.32%
B=6.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145190.1000.870.4367.1476.8332.16
Hex829113A0572B434d20
Octal202221231201275310311540
Binary10000010100100011001110100101011110101110000111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829113; }

 p { color: rgb(130,145,19); }

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

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

 a { background-color: rgb(130,145,19); }

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

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

 span { border-color: rgb(130,145,19); }

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