#829610

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

Shades of Citron #829610

Tints of Citron #829610

Color information

#829610 (or 0x829610) is unknown color: approx Citron. HEX triplet: 82, 96 and 10. RGB value is (130,150,16). Sum of RGB (Red+Green+Blue) = 130+150+16=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #829610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829610 is #7D69EF. Grayscale: #818181. Windows color (decimal): -8219120 or 1087106. OLE color: 1087106.

HSL color Cylindrical-coordinate representation of color #829610: hue angle of 68.96º 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 #829610 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB13015016-
CMYK0.1300.890.41
HSL68.96º80.72%32.55%-
HSV(B)68.96º89.33%58.82%-
XYZ20.2126.64.56-
YUV128.7464.37128.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 16 (6.64% from 255) = 5.41%
R=43.92%
G=50.68%
B=5.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150160.1300.890.4168.9680.7232.55
Hex829610D05929455121
Octal202226201501315110512141
Binary10000010100101101000011010101100110100110001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829610; }

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

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

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

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

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

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

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

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