Html Css Color HEX #83BD1A Lima

📋 copy color: '#83BD1A'

red 131 ◦ green 189 ◦ blue 26

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

Shades of Lima #83BD1A

Tints of Lima #83BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.62%

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

R = 37.86%
G = 54.62%
B = 7.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#83BD1A (or 0x83BD1A) is known color: Lima. HEX triplet: 83, BD and 1A. RGB value is (131,189,26). Sum of RGB (Red+Green+Blue) = 131+189+26=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD1A is #7C42E5. Grayscale: #999999. Windows color (decimal): -8143590 or 1752451. OLE color: 1752451.

HSL color Cylindrical-coordinate representation of color #83BD1A: hue angle of 81.35º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83BD1A is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 26 -
CMYK 0.31 0 0.86 0.26
HSL 81.35º 0.76% 0.42% -
HSV(B) 81.35º 0.86% 0.74% -
XYZ 27.74 41.3 7.49 -
YUV 153.08 56.28 112.25 -
System Red Green Blue C M Y K H S L
Decimal 131 189 26 0.31 0 0.86 0.26 81.35 0.76 0.42
Hex 83 BD 1A 1F 0 56 1A 51 4C 2A
Octal 203 275 32 37 0 126 32 121 114 52
Binary 10000011 10111101 11010 11111 0 1010110 11010 1010001 1001100 101010

Color Harmonies of #83BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD1A

Black with #83BD1A

Text Example


Text Example

White with #83BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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