#83AD00

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

Shades of Citrus #83AD00

Tints of Citrus #83AD00

Color information

#83AD00 (or 0x83AD00) is unknown color: approx Citrus. HEX triplet: 83, AD and 00. RGB value is (131,173,0). Sum of RGB (Red+Green+Blue) = 131+173+0=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD00 is #7C52FF. Grayscale: #8D8D8D. Windows color (decimal): -8147712 or 44419. OLE color: 44419.

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

Color convert

RGB1311730-
CMYK0.24010.32
HSL74.57º100%33.92%-
HSV(B)74.57º100%67.84%-
XYZ24.334.715.42-
YUV140.7248.59121.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.09%
G=56.91%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13117300.24010.3274.5710033.92
Hex83AD018064204b6422
Octal20325503001444011314442
Binary10000011101011010110000110010010000010010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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