Html Css Color HEX #82B18D Bay Leaf

📋 copy color: '#82B18D'

red 130 ◦ green 177 ◦ blue 141

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

Shades of Bay Leaf #82B18D

Tints of Bay Leaf #82B18D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 29.02%
G = 39.51%
B = 31.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#82B18D (or 0x82B18D) is known color: Bay Leaf. HEX triplet: 82, B1 and 8D. RGB value is (130,177,141). Sum of RGB (Red+Green+Blue) = 130+177+141=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #82B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B18D is #7D4E72. Grayscale: #9E9E9E. Windows color (decimal): -8212083 or 9286018. OLE color: 9286018.

HSL color Cylindrical-coordinate representation of color #82B18D: hue angle of 134.04º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B18D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 141 -
CMYK 0.27 0 0.20 0.31
HSL 134.04º 0.23% 0.6% -
HSV(B) 134.04º 0.27% 0.69% -
XYZ 29.74 38.11 30.99 -
YUV 158.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 130 177 141 0.27 0 0.20 0.31 134.04 0.23 0.6
Hex 82 B1 8D 1B 0 14 1F 86 17 3C
Octal 202 261 215 33 0 24 37 206 27 74
Binary 10000010 10110001 10001101 11011 0 10100 11111 10000110 10111 111100

Color Harmonies of #82B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B18D

Black with #82B18D

Text Example


Text Example

White with #82B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,177,141); }

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

background-color css

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

 a { background-color: rgb(130,177,141); }

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

border-color css

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

 span { border-color: rgb(130,177,141); }

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