Html Css Color HEX #83A017 Citron

📋 copy color: '#83A017'

red 131 ◦ green 160 ◦ blue 23

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

Shades of Citron #83A017

Tints of Citron #83A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 23 (9.38% from 255) = 7.32%

R = 41.72%
G = 50.96%
B = 7.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#83A017 (or 0x83A017) is known color: Citron. HEX triplet: 83, A0 and 17. RGB value is (131,160,23). Sum of RGB (Red+Green+Blue) = 131+160+23=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #83A017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A017 is #7C5FE8. Grayscale: #888888. Windows color (decimal): -8151017 or 1548419. OLE color: 1548419.

HSL color Cylindrical-coordinate representation of color #83A017: hue angle of 72.7º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83A017 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 23 -
CMYK 0.18 0 0.86 0.37
HSL 72.7º 0.75% 0.36% -
HSV(B) 72.7º 0.86% 0.63% -
XYZ 22.09 30.03 5.44 -
YUV 135.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 131 160 23 0.18 0 0.86 0.37 72.7 0.75 0.36
Hex 83 A0 17 12 0 56 25 49 4B 24
Octal 203 240 27 22 0 126 45 111 113 44
Binary 10000011 10100000 10111 10010 0 1010110 100101 1001001 1001011 100100

Color Harmonies of #83A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A017

Black with #83A017

Text Example


Text Example

White with #83A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,23); }

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

background-color css

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

 a { background-color: rgb(131,160,23); }

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

border-color css

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

 span { border-color: rgb(131,160,23); }

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