#829710

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

Shades of Citron #829710

Tints of Citron #829710

Color information

#829710 (or 0x829710) is unknown color: approx Citron. HEX triplet: 82, 97 and 10. RGB value is (130,151,16). Sum of RGB (Red+Green+Blue) = 130+151+16=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #829710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829710 is #7D68EF. Grayscale: #818181. Windows color (decimal): -8218864 or 1087362. OLE color: 1087362.

HSL color Cylindrical-coordinate representation of color #829710: hue angle of 69.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #829710 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB13015116-
CMYK0.1400.890.41
HSL69.33º80.84%32.75%-
HSV(B)69.33º89.4%59.22%-
XYZ20.3726.924.61-
YUV129.3364.04128.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=43.77%
G=50.84%
B=5.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151160.1400.890.4169.3380.8432.75
Hex829710E05929455121
Octal202227201601315110512141
Binary10000010100101111000011100101100110100110001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829710; }

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

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

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

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

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

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

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

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