Html Css Color HEX #83BA1D Lima

📋 copy color: '#83BA1D'

red 131 ◦ green 186 ◦ blue 29

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

Shades of Lima #83BA1D

Tints of Lima #83BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.76%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 37.86%
G = 53.76%
B = 8.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#83BA1D (or 0x83BA1D) is known color: Lima. HEX triplet: 83, BA and 1D. RGB value is (131,186,29). Sum of RGB (Red+Green+Blue) = 131+186+29=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA1D is #7C45E2. Grayscale: #989898. Windows color (decimal): -8144355 or 1948291. OLE color: 1948291.

HSL color Cylindrical-coordinate representation of color #83BA1D: hue angle of 81.02º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83BA1D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 29 -
CMYK 0.30 0 0.84 0.27
HSL 81.02º 0.73% 0.42% -
HSV(B) 81.02º 0.84% 0.73% -
XYZ 27.14 40.03 7.46 -
YUV 151.66 58.78 113.27 -
System Red Green Blue C M Y K H S L
Decimal 131 186 29 0.30 0 0.84 0.27 81.02 0.73 0.42
Hex 83 BA 1D 1E 0 54 1B 51 49 2A
Octal 203 272 35 36 0 124 33 121 111 52
Binary 10000011 10111010 11101 11110 0 1010100 11011 1010001 1001001 101010

Color Harmonies of #83BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA1D

Black with #83BA1D

Text Example


Text Example

White with #83BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,29); }

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

background-color css

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

 a { background-color: rgb(131,186,29); }

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

border-color css

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

 span { border-color: rgb(131,186,29); }

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