#829210

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

Shades of Citron #829210

Tints of Citron #829210

Color information

#829210 (or 0x829210) is unknown color: approx Citron. HEX triplet: 82, 92 and 10. RGB value is (130,146,16). Sum of RGB (Red+Green+Blue) = 130+146+16=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #829210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829210 is #7D6DEF. Grayscale: #7E7E7E. Windows color (decimal): -8220144 or 1086082. OLE color: 1086082.

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

Color convert

RGB13014616-
CMYK0.1100.890.43
HSL67.38º80.25%31.76%-
HSV(B)67.38º89.04%57.25%-
XYZ19.5825.344.35-
YUV126.465.7130.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=44.52%
G=50%
B=5.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146160.1100.890.4367.3880.2531.76
Hex829210B0592B435020
Octal202222201301315310312040
Binary10000010100100101000010110101100110101110000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829210; }

 p { color: rgb(130,146,16); }

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

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

 a { background-color: rgb(130,146,16); }

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

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

 span { border-color: rgb(130,146,16); }

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