Html Css Color HEX #83B61A Lima

📋 copy color: '#83B61A'

red 131 ◦ green 182 ◦ blue 26

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

Shades of Lima #83B61A

Tints of Lima #83B61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

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

R = 38.64%
G = 53.69%
B = 7.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#83B61A (or 0x83B61A) is known color: Lima. HEX triplet: 83, B6 and 1A. RGB value is (131,182,26). Sum of RGB (Red+Green+Blue) = 131+182+26=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #83B61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B61A is #7C49E5. Grayscale: #959595. Windows color (decimal): -8145382 or 1750659. OLE color: 1750659.

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

Color convert

RGB 131 182 26 -
CMYK 0.28 0 0.86 0.29
HSL 79.62º 0.75% 0.41% -
HSV(B) 79.62º 0.86% 0.71% -
XYZ 26.27 38.36 7 -
YUV 148.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 131 182 26 0.28 0 0.86 0.29 79.62 0.75 0.41
Hex 83 B6 1A 1C 0 56 1D 50 4B 29
Octal 203 266 32 34 0 126 35 120 113 51
Binary 10000011 10110110 11010 11100 0 1010110 11101 1010000 1001011 101001

Color Harmonies of #83B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B61A

Black with #83B61A

Text Example


Text Example

White with #83B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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