#83B200

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

Shades of Citrus #83B200

Tints of Citrus #83B200

Color information

#83B200 (or 0x83B200) is unknown color: approx Citrus. HEX triplet: 83, B2 and 00. RGB value is (131,178,0). Sum of RGB (Red+Green+Blue) = 131+178+0=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #83B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B200 is #7C4DFF. Grayscale: #909090. Windows color (decimal): -8146432 or 45699. OLE color: 45699.

HSL color Cylindrical-coordinate representation of color #83B200: hue angle of 75.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83B200 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1311780-
CMYK0.26010.30
HSL75.84º100%34.9%-
HSV(B)75.84º100%69.8%-
XYZ25.2836.675.74-
YUV143.6546.93118.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 178 (69.92% from 255) = 57.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.39%
G=57.61%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13117800.26010.3075.8410034.9
Hex83B201A0641E4c6423
Octal20326203201443611414443
Binary1000001110110010011010011001001111010011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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