#82980A

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

Shades of Citron #82980A

Tints of Citron #82980A

Color information

#82980A (or 0x82980A) is unknown color: approx Citron. HEX triplet: 82, 98 and 0A. RGB value is (130,152,10). Sum of RGB (Red+Green+Blue) = 130+152+10=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #82980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82980A is #7D67F5. Grayscale: #818181. Windows color (decimal): -8218614 or 694402. OLE color: 694402.

HSL color Cylindrical-coordinate representation of color #82980A: hue angle of 69.3º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82980A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB13015210-
CMYK0.1400.930.40
HSL69.3º87.65%31.76%-
HSV(B)69.3º93.42%59.61%-
XYZ20.4927.224.46-
YUV129.2360.71128.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 10 (4.30% from 255) = 3.42%
R=44.52%
G=52.05%
B=3.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152100.1400.930.4069.387.6531.76
Hex8298AE05D28455820
Octal202230121601355010513040
Binary1000001010011000101011100101110110100010001011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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