Html Css Color HEX #83A115 Citron

📋 copy color: '#83A115'

red 131 ◦ green 161 ◦ blue 21

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

Shades of Citron #83A115

Tints of Citron #83A115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 41.85%
G = 51.44%
B = 6.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#83A115 (or 0x83A115) is known color: Citron. HEX triplet: 83, A1 and 15. RGB value is (131,161,21). Sum of RGB (Red+Green+Blue) = 131+161+21=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #83A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A115 is #7C5EEA. Grayscale: #888888. Windows color (decimal): -8150763 or 1417603. OLE color: 1417603.

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

Color convert

RGB 131 161 21 -
CMYK 0.19 0 0.87 0.37
HSL 72.86º 0.77% 0.36% -
HSV(B) 72.86º 0.87% 0.63% -
XYZ 22.24 30.37 5.4 -
YUV 136.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 131 161 21 0.19 0 0.87 0.37 72.86 0.77 0.36
Hex 83 A1 15 13 0 57 25 49 4D 24
Octal 203 241 25 23 0 127 45 111 115 44
Binary 10000011 10100001 10101 10011 0 1010111 100101 1001001 1001101 100100

Color Harmonies of #83A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A115

Black with #83A115

Text Example


Text Example

White with #83A115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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