#83980E

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

Shades of Citron #83980E

Tints of Citron #83980E

Color information

#83980E (or 0x83980E) is unknown color: approx Citron. HEX triplet: 83, 98 and 0E. RGB value is (131,152,14). Sum of RGB (Red+Green+Blue) = 131+152+14=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #83980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83980E is #7C67F1. Grayscale: #828282. Windows color (decimal): -8153074 or 956547. OLE color: 956547.

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

Color convert

RGB13115214-
CMYK0.1400.910.40
HSL69.13º83.13%32.55%-
HSV(B)69.13º90.79%59.61%-
XYZ20.6727.314.6-
YUV129.9962.54128.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=44.11%
G=51.18%
B=4.71%

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
Decimal131152140.1400.910.4069.1383.1332.55
Hex8398EE05B28455321
Octal203230161601335010512341
Binary1000001110011000111011100101101110100010001011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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