Html Css Color HEX #83B806 Lima

📋 copy color: '#83B806'

red 131 ◦ green 184 ◦ blue 6

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

Shades of Lima #83B806

Tints of Lima #83B806

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

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

R = 40.81%
G = 57.32%
B = 1.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#83B806 (or 0x83B806) is known color: Lima. HEX triplet: 83, B8 and 06. RGB value is (131,184,6). Sum of RGB (Red+Green+Blue) = 131+184+6=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #83B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B806 is #7C47F9. Grayscale: #949494. Windows color (decimal): -8144890 or 440451. OLE color: 440451.

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

Color convert

RGB 131 184 6 -
CMYK 0.29 0 0.97 0.28
HSL 77.87º 0.94% 0.37% -
HSV(B) 77.87º 0.97% 0.72% -
XYZ 26.53 39.12 6.32 -
YUV 147.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 131 184 6 0.29 0 0.97 0.28 77.87 0.94 0.37
Hex 83 B8 6 1D 0 61 1C 4E 5E 25
Octal 203 270 6 35 0 141 34 116 136 45
Binary 10000011 10111000 110 11101 0 1100001 11100 1001110 1011110 100101

Color Harmonies of #83B806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B806

Black with #83B806

Text Example


Text Example

White with #83B806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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