Html Css Color HEX #83AA15 Lima

📋 copy color: '#83AA15'

red 131 ◦ green 170 ◦ blue 21

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

Shades of Lima #83AA15

Tints of Lima #83AA15

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

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

R = 40.68%
G = 52.8%
B = 6.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#83AA15 (or 0x83AA15) is known color: Lima. HEX triplet: 83, AA and 15. RGB value is (131,170,21). Sum of RGB (Red+Green+Blue) = 131+170+21=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA15 is #7C55EA. Grayscale: #8D8D8D. Windows color (decimal): -8148459 or 1419907. OLE color: 1419907.

HSL color Cylindrical-coordinate representation of color #83AA15: hue angle of 75.7º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83AA15 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 21 -
CMYK 0.23 0 0.88 0.33
HSL 75.7º 0.78% 0.37% -
HSV(B) 75.7º 0.88% 0.67% -
XYZ 23.87 33.63 5.94 -
YUV 141.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 131 170 21 0.23 0 0.88 0.33 75.7 0.78 0.37
Hex 83 AA 15 17 0 58 21 4C 4E 25
Octal 203 252 25 27 0 130 41 114 116 45
Binary 10000011 10101010 10101 10111 0 1011000 100001 1001100 1001110 100101

Color Harmonies of #83AA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA15

Black with #83AA15

Text Example


Text Example

White with #83AA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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