Html Css Color HEX #83B506 Lima

📋 copy color: '#83B506'

red 131 ◦ green 181 ◦ blue 6

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

Shades of Lima #83B506

Tints of Lima #83B506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 41.19%
G = 56.92%
B = 1.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#83B506 (or 0x83B506) is known color: Lima. HEX triplet: 83, B5 and 06. RGB value is (131,181,6). Sum of RGB (Red+Green+Blue) = 131+181+6=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #83B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B506 is #7C4AF9. Grayscale: #929292. Windows color (decimal): -8145658 or 439683. OLE color: 439683.

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

Color convert

RGB 131 181 6 -
CMYK 0.28 0 0.97 0.29
HSL 77.14º 0.94% 0.37% -
HSV(B) 77.14º 0.97% 0.71% -
XYZ 25.92 37.89 6.12 -
YUV 146.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 131 181 6 0.28 0 0.97 0.29 77.14 0.94 0.37
Hex 83 B5 6 1C 0 61 1D 4D 5E 25
Octal 203 265 6 34 0 141 35 115 136 45
Binary 10000011 10110101 110 11100 0 1100001 11101 1001101 1011110 100101

Color Harmonies of #83B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B506

Black with #83B506

Text Example


Text Example

White with #83B506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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