#82BD69

Color #82BD69 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #82BD69

Tints of Mantis #82BD69

Color information

#82BD69 (or 0x82BD69) is unknown color: approx Mantis. HEX triplet: 82, BD and 69. RGB value is (130,189,105). Sum of RGB (Red+Green+Blue) = 130+189+105=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD69 is #7D4296. Grayscale: #A2A2A2. Windows color (decimal): -8209047 or 6929794. OLE color: 6929794.

HSL color Cylindrical-coordinate representation of color #82BD69: hue angle of 102.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82BD69 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB130189105-
CMYK0.3100.440.26
HSL102.14º38.89%57.65%-
HSV(B)102.14º44.44%74.12%-
XYZ29.9542.1619.92-
YUV161.7895.95105.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=30.66%
G=44.58%
B=24.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891050.3100.440.26102.1438.8957.65
Hex82BD691F02C1A66273a
Octal20227515137054321464772
Binary10000010101111011101001111110101100110101100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,105); }

 H1.HeaderClassName
 {
   color: #82BD69;
 }
 .AnyTagClassName
 {
   color: #82BD69;
 }
</style>
background-color css

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

 a { background-color: rgb(130,189,105); }

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

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

 span { border-color: rgb(130,189,105); }

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