Html Css Color HEX #83B210 Lima

📋 copy color: '#83B210'

red 131 ◦ green 178 ◦ blue 16

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

Shades of Lima #83B210

Tints of Lima #83B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.77%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 40.31%
G = 54.77%
B = 4.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#83B210 (or 0x83B210) is known color: Lima. HEX triplet: 83, B2 and 10. RGB value is (131,178,16). Sum of RGB (Red+Green+Blue) = 131+178+16=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #83B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B210 is #7C4DEF. Grayscale: #929292. Windows color (decimal): -8146416 or 1094275. OLE color: 1094275.

HSL color Cylindrical-coordinate representation of color #83B210: hue angle of 77.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83B210 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 178 16 -
CMYK 0.26 0 0.91 0.30
HSL 77.41º 0.84% 0.38% -
HSV(B) 77.41º 0.91% 0.7% -
XYZ 25.37 36.7 6.24 -
YUV 145.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 131 178 16 0.26 0 0.91 0.30 77.41 0.84 0.38
Hex 83 B2 10 1A 0 5B 1E 4D 54 26
Octal 203 262 20 32 0 133 36 115 124 46
Binary 10000011 10110010 10000 11010 0 1011011 11110 1001101 1010100 100110

Color Harmonies of #83B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B210

Black with #83B210

Text Example


Text Example

White with #83B210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,178,16); }

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

background-color css

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

 a { background-color: rgb(131,178,16); }

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

border-color css

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

 span { border-color: rgb(131,178,16); }

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