Html Css Color HEX #83A200 Citron

📋 copy color: '#83A200'

red 131 ◦ green 162 ◦ blue 0

#83A200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #83A200

Tints of Citron #83A200

RGB

 RED value IS 131 (51.56% from 255) = 44.71%

 GREEN value IS 162 (63.67% from 255) = 55.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.71%
G = 55.29%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#83A200 (or 0x83A200) is known color: Citron. HEX triplet: 83, A2 and 00. RGB value is (131,162,0). Sum of RGB (Red+Green+Blue) = 131+162+0=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #83A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A200 is #7C5DFF. Grayscale: #868686. Windows color (decimal): -8150528 or 41603. OLE color: 41603.

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

Color convert

RGB 131 162 0 -
CMYK 0.19 0 1 0.36
HSL 71.48º 1% 0.32% -
HSV(B) 71.48º 1% 0.64% -
XYZ 22.28 30.67 4.74 -
YUV 134.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 131 162 0 0.19 0 1 0.36 71.48 1 0.32
Hex 83 A2 0 13 0 64 24 47 64 20
Octal 203 242 0 23 0 144 44 107 144 40
Binary 10000011 10100010 0 10011 0 1100100 100100 1000111 1100100 100000

Color Harmonies of #83A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A200

Black with #83A200

Text Example


Text Example

White with #83A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83A200;
 }
 .AnyTagClassName
 {
   color: #83A200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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