#82980E

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

Shades of Citron #82980E

Tints of Citron #82980E

Color information

#82980E (or 0x82980E) is unknown color: approx Citron. HEX triplet: 82, 98 and 0E. RGB value is (130,152,14). Sum of RGB (Red+Green+Blue) = 130+152+14=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #82980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82980E is #7D67F1. Grayscale: #828282. Windows color (decimal): -8218610 or 956546. OLE color: 956546.

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

Color convert

RGB13015214-
CMYK0.1400.910.40
HSL69.57º83.13%32.55%-
HSV(B)69.57º90.79%59.61%-
XYZ20.5127.234.59-
YUV129.6962.71128.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 14 (5.86% from 255) = 4.73%
R=43.92%
G=51.35%
B=4.73%

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
Decimal130152140.1400.910.4069.5783.1332.55
Hex8298EE05B28465321
Octal202230161601335010612341
Binary1000001010011000111011100101101110100010001101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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