Html Css Color HEX #83A20E Citron

📋 copy color: '#83A20E'

red 131 ◦ green 162 ◦ blue 14

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

Shades of Citron #83A20E

Tints of Citron #83A20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 42.67%
G = 52.77%
B = 4.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#83A20E (or 0x83A20E) is known color: Citron. HEX triplet: 83, A2 and 0E. RGB value is (131,162,14). Sum of RGB (Red+Green+Blue) = 131+162+14=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #83A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A20E is #7C5DF1. Grayscale: #888888. Windows color (decimal): -8150514 or 959107. OLE color: 959107.

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

Color convert

RGB 131 162 14 -
CMYK 0.19 0 0.91 0.36
HSL 72.57º 0.84% 0.35% -
HSV(B) 72.57º 0.91% 0.64% -
XYZ 22.36 30.7 5.16 -
YUV 135.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 131 162 14 0.19 0 0.91 0.36 72.57 0.84 0.35
Hex 83 A2 E 13 0 5B 24 49 54 23
Octal 203 242 16 23 0 133 44 111 124 43
Binary 10000011 10100010 1110 10011 0 1011011 100100 1001001 1010100 100011

Color Harmonies of #83A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A20E

Black with #83A20E

Text Example


Text Example

White with #83A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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