#82980D

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

Shades of Citron #82980D

Tints of Citron #82980D

Color information

#82980D (or 0x82980D) is unknown color: approx Citron. HEX triplet: 82, 98 and 0D. RGB value is (130,152,13). Sum of RGB (Red+Green+Blue) = 130+152+13=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #82980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82980D is #7D67F2. Grayscale: #828282. Windows color (decimal): -8218611 or 891010. OLE color: 891010.

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

Color convert

RGB13015213-
CMYK0.1400.910.40
HSL69.5º84.24%32.35%-
HSV(B)69.5º91.45%59.61%-
XYZ20.5127.234.56-
YUV129.5862.21128.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=44.07%
G=51.53%
B=4.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152130.1400.910.4069.584.2432.35
Hex8298DE05B28455420
Octal202230151601335010512440
Binary1000001010011000110111100101101110100010001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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