#829214

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

Shades of Citron #829214

Tints of Citron #829214

Color information

#829214 (or 0x829214) is unknown color: approx Citron. HEX triplet: 82, 92 and 14. RGB value is (130,146,20). Sum of RGB (Red+Green+Blue) = 130+146+20=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #829214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829214 is #7D6DEB. Grayscale: #7F7F7F. Windows color (decimal): -8220140 or 1348226. OLE color: 1348226.

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

Color convert

RGB13014620-
CMYK0.1100.860.43
HSL67.62º75.9%32.55%-
HSV(B)67.62º86.3%57.25%-
XYZ19.6125.354.52-
YUV126.8567.7130.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=43.92%
G=49.32%
B=6.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146200.1100.860.4367.6275.932.55
Hex829214B0562B444c21
Octal202222241301265310411441
Binary10000010100100101010010110101011010101110001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829214; }

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

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

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

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

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

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

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

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