Html Css Color HEX #83B10A Lima

📋 copy color: '#83B10A'

red 131 ◦ green 177 ◦ blue 10

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

Shades of Lima #83B10A

Tints of Lima #83B10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.66%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 41.19%
G = 55.66%
B = 3.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#83B10A (or 0x83B10A) is known color: Lima. HEX triplet: 83, B1 and 0A. RGB value is (131,177,10). Sum of RGB (Red+Green+Blue) = 131+177+10=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #83B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B10A is #7C4EF5. Grayscale: #909090. Windows color (decimal): -8146678 or 700803. OLE color: 700803.

HSL color Cylindrical-coordinate representation of color #83B10A: hue angle of 76.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B10A is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 177 10 -
CMYK 0.26 0 0.94 0.31
HSL 76.53º 0.89% 0.37% -
HSV(B) 76.53º 0.94% 0.69% -
XYZ 25.14 36.29 5.97 -
YUV 144.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 131 177 10 0.26 0 0.94 0.31 76.53 0.89 0.37
Hex 83 B1 A 1A 0 5E 1F 4D 59 25
Octal 203 261 12 32 0 136 37 115 131 45
Binary 10000011 10110001 1010 11010 0 1011110 11111 1001101 1011001 100101

Color Harmonies of #83B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B10A

Black with #83B10A

Text Example


Text Example

White with #83B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,177,10); }

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

background-color css

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

 a { background-color: rgb(131,177,10); }

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

border-color css

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

 span { border-color: rgb(131,177,10); }

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