Html Css Color HEX #83A10E Citron

📋 copy color: '#83A10E'

red 131 ◦ green 161 ◦ blue 14

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

Shades of Citron #83A10E

Tints of Citron #83A10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.61%

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

R = 42.81%
G = 52.61%
B = 4.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#83A10E (or 0x83A10E) is known color: Citron. HEX triplet: 83, A1 and 0E. RGB value is (131,161,14). Sum of RGB (Red+Green+Blue) = 131+161+14=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #83A10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A10E is #7C5EF1. Grayscale: #878787. Windows color (decimal): -8150770 or 958851. OLE color: 958851.

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

Color convert

RGB 131 161 14 -
CMYK 0.19 0 0.91 0.37
HSL 72.24º 0.84% 0.34% -
HSV(B) 72.24º 0.91% 0.63% -
XYZ 22.18 30.35 5.1 -
YUV 135.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 131 161 14 0.19 0 0.91 0.37 72.24 0.84 0.34
Hex 83 A1 E 13 0 5B 25 48 54 22
Octal 203 241 16 23 0 133 45 110 124 42
Binary 10000011 10100001 1110 10011 0 1011011 100101 1001000 1010100 100010

Color Harmonies of #83A10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A10E

Black with #83A10E

Text Example


Text Example

White with #83A10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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