Html Css Color HEX #82B18B Bay Leaf

📋 copy color: '#82B18B'

red 130 ◦ green 177 ◦ blue 139

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

Shades of Bay Leaf #82B18B

Tints of Bay Leaf #82B18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 29.15%
G = 39.69%
B = 31.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#82B18B (or 0x82B18B) is known color: Bay Leaf. HEX triplet: 82, B1 and 8B. RGB value is (130,177,139). Sum of RGB (Red+Green+Blue) = 130+177+139=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #82B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B18B is #7D4E74. Grayscale: #9E9E9E. Windows color (decimal): -8212085 or 9154946. OLE color: 9154946.

HSL color Cylindrical-coordinate representation of color #82B18B: hue angle of 131.49º 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 #82B18B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 139 -
CMYK 0.27 0 0.21 0.31
HSL 131.49º 0.23% 0.6% -
HSV(B) 131.49º 0.27% 0.69% -
XYZ 29.59 38.05 30.21 -
YUV 158.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 130 177 139 0.27 0 0.21 0.31 131.49 0.23 0.6
Hex 82 B1 8B 1B 0 15 1F 83 17 3C
Octal 202 261 213 33 0 25 37 203 27 74
Binary 10000010 10110001 10001011 11011 0 10101 11111 10000011 10111 111100

Color Harmonies of #82B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B18B

Black with #82B18B

Text Example


Text Example

White with #82B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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