Html Css Color HEX #83A217 Citron

📋 copy color: '#83A217'

red 131 ◦ green 162 ◦ blue 23

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

Shades of Citron #83A217

Tints of Citron #83A217

RGB

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

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

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

R = 41.46%
G = 51.27%
B = 7.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#83A217 (or 0x83A217) is known color: Citron. HEX triplet: 83, A2 and 17. RGB value is (131,162,23). Sum of RGB (Red+Green+Blue) = 131+162+23=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #83A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A217 is #7C5DE8. Grayscale: #898989. Windows color (decimal): -8150505 or 1548931. OLE color: 1548931.

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

Color convert

RGB 131 162 23 -
CMYK 0.19 0 0.86 0.36
HSL 73.38º 0.75% 0.36% -
HSV(B) 73.38º 0.86% 0.64% -
XYZ 22.44 30.73 5.56 -
YUV 136.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 131 162 23 0.19 0 0.86 0.36 73.38 0.75 0.36
Hex 83 A2 17 13 0 56 24 49 4B 24
Octal 203 242 27 23 0 126 44 111 113 44
Binary 10000011 10100010 10111 10011 0 1010110 100100 1001001 1001011 100100

Color Harmonies of #83A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A217

Black with #83A217

Text Example


Text Example

White with #83A217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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