#82960A

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

Shades of Citron #82960A

Tints of Citron #82960A

Color information

#82960A (or 0x82960A) is unknown color: approx Citron. HEX triplet: 82, 96 and 0A. RGB value is (130,150,10). Sum of RGB (Red+Green+Blue) = 130+150+10=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #82960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82960A is #7D69F5. Grayscale: #808080. Windows color (decimal): -8219126 or 693890. OLE color: 693890.

HSL color Cylindrical-coordinate representation of color #82960A: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82960A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB13015010-
CMYK0.1300.930.41
HSL68.57º87.5%31.37%-
HSV(B)68.57º93.33%58.82%-
XYZ20.1726.584.35-
YUV128.0661.37129.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 10 (4.30% from 255) = 3.45%
R=44.83%
G=51.72%
B=3.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150100.1300.930.4168.5787.531.37
Hex8296AD05D2945581f
Octal202226121501355110513037
Binary100000101001011010101101010111011010011000101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82960A; }

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

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

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

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

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

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

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

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