#82990E

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

Shades of Citron #82990E

Tints of Citron #82990E

Color information

#82990E (or 0x82990E) is unknown color: approx Citron. HEX triplet: 82, 99 and 0E. RGB value is (130,153,14). Sum of RGB (Red+Green+Blue) = 130+153+14=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #82990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82990E is #7D66F1. Grayscale: #828282. Windows color (decimal): -8218354 or 956802. OLE color: 956802.

HSL color Cylindrical-coordinate representation of color #82990E: hue angle of 69.93º 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 #82990E is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB13015314-
CMYK0.1500.910.4
HSL69.93º83.23%32.75%-
HSV(B)69.93º90.85%60%-
XYZ20.6827.564.65-
YUV130.2862.38127.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=43.77%
G=51.52%
B=4.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153140.1500.910.469.9383.2332.75
Hex8299EF05B28465321
Octal202231161701335010612341
Binary1000001010011001111011110101101110100010001101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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