#82990D

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

Shades of Citron #82990D

Tints of Citron #82990D

Color information

#82990D (or 0x82990D) is unknown color: approx Citron. HEX triplet: 82, 99 and 0D. RGB value is (130,153,13). Sum of RGB (Red+Green+Blue) = 130+153+13=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #82990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82990D is #7D66F2. Grayscale: #828282. Windows color (decimal): -8218355 or 891266. OLE color: 891266.

HSL color Cylindrical-coordinate representation of color #82990D: hue angle of 69.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82990D is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB13015313-
CMYK0.1500.920.4
HSL69.86º84.34%32.55%-
HSV(B)69.86º91.5%60%-
XYZ20.6727.564.61-
YUV130.1661.88127.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=43.92%
G=51.69%
B=4.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153130.1500.920.469.8684.3432.55
Hex8299DF05C28465421
Octal202231151701345010612441
Binary1000001010011001110111110101110010100010001101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82990D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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