Html Css Color HEX #82B488 Envy

📋 copy color: '#82B488'

red 130 ◦ green 180 ◦ blue 136

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

Shades of Envy #82B488

Tints of Envy #82B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.36%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 29.15%
G = 40.36%
B = 30.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#82B488 (or 0x82B488) is known color: Envy. HEX triplet: 82, B4 and 88. RGB value is (130,180,136). Sum of RGB (Red+Green+Blue) = 130+180+136=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #82B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B488 is #7D4B77. Grayscale: #A0A0A0. Windows color (decimal): -8211320 or 8959106. OLE color: 8959106.

HSL color Cylindrical-coordinate representation of color #82B488: hue angle of 127.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B488 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 180 136 -
CMYK 0.28 0 0.24 0.29
HSL 127.2º 0.25% 0.61% -
HSV(B) 127.2º 0.28% 0.71% -
XYZ 29.97 39.17 29.27 -
YUV 160.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 130 180 136 0.28 0 0.24 0.29 127.2 0.25 0.61
Hex 82 B4 88 1C 0 18 1D 7F 19 3D
Octal 202 264 210 34 0 30 35 177 31 75
Binary 10000010 10110100 10001000 11100 0 11000 11101 1111111 11001 111101

Color Harmonies of #82B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B488

Black with #82B488

Text Example


Text Example

White with #82B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,136); }

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

background-color css

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

 a { background-color: rgb(130,180,136); }

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

border-color css

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

 span { border-color: rgb(130,180,136); }

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