Html Css Color HEX #83B81A Lima

📋 copy color: '#83B81A'

red 131 ◦ green 184 ◦ blue 26

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

Shades of Lima #83B81A

Tints of Lima #83B81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.96%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 38.42%
G = 53.96%
B = 7.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#83B81A (or 0x83B81A) is known color: Lima. HEX triplet: 83, B8 and 1A. RGB value is (131,184,26). Sum of RGB (Red+Green+Blue) = 131+184+26=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #83B81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B81A is #7C47E5. Grayscale: #969696. Windows color (decimal): -8144870 or 1751171. OLE color: 1751171.

HSL color Cylindrical-coordinate representation of color #83B81A: hue angle of 80.13º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83B81A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 184 26 -
CMYK 0.29 0 0.86 0.28
HSL 80.13º 0.75% 0.41% -
HSV(B) 80.13º 0.86% 0.72% -
XYZ 26.69 39.18 7.13 -
YUV 150.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 131 184 26 0.29 0 0.86 0.28 80.13 0.75 0.41
Hex 83 B8 1A 1D 0 56 1C 50 4B 29
Octal 203 270 32 35 0 126 34 120 113 51
Binary 10000011 10111000 11010 11101 0 1010110 11100 1010000 1001011 101001

Color Harmonies of #83B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B81A

Black with #83B81A

Text Example


Text Example

White with #83B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,184,26); }

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

background-color css

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

 a { background-color: rgb(131,184,26); }

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

border-color css

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

 span { border-color: rgb(131,184,26); }

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