Html Css Color HEX #83B510 Lima

📋 copy color: '#83B510'

red 131 ◦ green 181 ◦ blue 16

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

Shades of Lima #83B510

Tints of Lima #83B510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.18%

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

R = 39.94%
G = 55.18%
B = 4.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#83B510 (or 0x83B510) is known color: Lima. HEX triplet: 83, B5 and 10. RGB value is (131,181,16). Sum of RGB (Red+Green+Blue) = 131+181+16=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #83B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B510 is #7C4AEF. Grayscale: #939393. Windows color (decimal): -8145648 or 1095043. OLE color: 1095043.

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

Color convert

RGB 131 181 16 -
CMYK 0.28 0 0.91 0.29
HSL 78.18º 0.84% 0.39% -
HSV(B) 78.18º 0.91% 0.71% -
XYZ 25.98 37.91 6.44 -
YUV 147.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 131 181 16 0.28 0 0.91 0.29 78.18 0.84 0.39
Hex 83 B5 10 1C 0 5B 1D 4E 54 27
Octal 203 265 20 34 0 133 35 116 124 47
Binary 10000011 10110101 10000 11100 0 1011011 11101 1001110 1010100 100111

Color Harmonies of #83B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B510

Black with #83B510

Text Example


Text Example

White with #83B510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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