#83A100

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

Shades of Citron #83A100

Tints of Citron #83A100

Color information

#83A100 (or 0x83A100) is unknown color: approx Citron. HEX triplet: 83, A1 and 00. RGB value is (131,161,0). Sum of RGB (Red+Green+Blue) = 131+161+0=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #83A100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A100 is #7C5EFF. Grayscale: #868686. Windows color (decimal): -8150784 or 41347. OLE color: 41347.

HSL color Cylindrical-coordinate representation of color #83A100: hue angle of 71.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83A100 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1311610-
CMYK0.19010.37
HSL71.18º100%31.57%-
HSV(B)71.18º100%63.14%-
XYZ22.130.324.69-
YUV133.6852.56126.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.86%
G=55.14%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13116100.19010.3771.1810031.57
Hex83A101306425476420
Octal20324102301444510714440
Binary10000011101000010100110110010010010110001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A100; }

 p { color: rgb(131,161,0); }

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

<style>
 a { background-color: #83A100; }

 a { background-color: rgb(131,161,0); }

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

<style>
 span { border-color: #83A100; }

 span { border-color: rgb(131,161,0); }

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