Html Css Color HEX #82BA5C Mantis

📋 copy color: '#82BA5C'

red 130 ◦ green 186 ◦ blue 92

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

Shades of Mantis #82BA5C

Tints of Mantis #82BA5C

RGB

 RED value IS 130 (51.17% from 255) = 31.86%

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 31.86%
G = 45.59%
B = 22.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#82BA5C (or 0x82BA5C) is known color: Mantis. HEX triplet: 82, BA and 5C. RGB value is (130,186,92). Sum of RGB (Red+Green+Blue) = 130+186+92=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA5C is #7D45A3. Grayscale: #9E9E9E. Windows color (decimal): -8209828 or 6077058. OLE color: 6077058.

HSL color Cylindrical-coordinate representation of color #82BA5C: hue angle of 95.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BA5C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 92 -
CMYK 0.30 0 0.51 0.27
HSL 95.74º 0.41% 0.55% -
HSV(B) 95.74º 0.51% 0.73% -
XYZ 28.7 40.64 16.46 -
YUV 158.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 130 186 92 0.30 0 0.51 0.27 95.74 0.41 0.55
Hex 82 BA 5C 1E 0 33 1B 60 29 37
Octal 202 272 134 36 0 63 33 140 51 67
Binary 10000010 10111010 1011100 11110 0 110011 11011 1100000 101001 110111

Color Harmonies of #82BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA5C

Black with #82BA5C

Text Example


Text Example

White with #82BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BA5C; }

 p { color: rgb(130,186,92); }

 H1.HeaderClassName
 {
   color: #82BA5C;
 }
 .AnyTagClassName
 {
   color: #82BA5C;
 }
</style>

background-color css

<style>
 a { background-color: #82BA5C; }

 a { background-color: rgb(130,186,92); }

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

border-color css

<style>
 span { border-color: #82BA5C; }

 span { border-color: rgb(130,186,92); }

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