Html Css Color HEX #83B410 Lima

📋 copy color: '#83B410'

red 131 ◦ green 180 ◦ blue 16

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

Shades of Lima #83B410

Tints of Lima #83B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.05%

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

R = 40.06%
G = 55.05%
B = 4.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#83B410 (or 0x83B410) is known color: Lima. HEX triplet: 83, B4 and 10. RGB value is (131,180,16). Sum of RGB (Red+Green+Blue) = 131+180+16=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #83B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B410 is #7C4BEF. Grayscale: #939393. Windows color (decimal): -8145904 or 1094787. OLE color: 1094787.

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

Color convert

RGB 131 180 16 -
CMYK 0.27 0 0.91 0.29
HSL 77.93º 0.84% 0.38% -
HSV(B) 77.93º 0.91% 0.71% -
XYZ 25.77 37.51 6.37 -
YUV 146.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 131 180 16 0.27 0 0.91 0.29 77.93 0.84 0.38
Hex 83 B4 10 1B 0 5B 1D 4E 54 26
Octal 203 264 20 33 0 133 35 116 124 46
Binary 10000011 10110100 10000 11011 0 1011011 11101 1001110 1010100 100110

Color Harmonies of #83B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B410

Black with #83B410

Text Example


Text Example

White with #83B410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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