Html Css Color HEX #82B091 Bay Leaf

📋 copy color: '#82B091'

red 130 ◦ green 176 ◦ blue 145

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

Shades of Bay Leaf #82B091

Tints of Bay Leaf #82B091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.02%

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 28.82%
G = 39.02%
B = 32.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#82B091 (or 0x82B091) is known color: Bay Leaf. HEX triplet: 82, B0 and 91. RGB value is (130,176,145). Sum of RGB (Red+Green+Blue) = 130+176+145=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #82B091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B091 is #7D4F6E. Grayscale: #9E9E9E. Windows color (decimal): -8212335 or 9547906. OLE color: 9547906.

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

Color convert

RGB 130 176 145 -
CMYK 0.26 0 0.18 0.31
HSL 139.57º 0.23% 0.6% -
HSV(B) 139.57º 0.26% 0.69% -
XYZ 29.84 37.84 32.52 -
YUV 158.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 130 176 145 0.26 0 0.18 0.31 139.57 0.23 0.6
Hex 82 B0 91 1A 0 12 1F 8C 17 3C
Octal 202 260 221 32 0 22 37 214 27 74
Binary 10000010 10110000 10010001 11010 0 10010 11111 10001100 10111 111100

Color Harmonies of #82B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B091

Black with #82B091

Text Example


Text Example

White with #82B091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,176,145); }

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

background-color css

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

 a { background-color: rgb(130,176,145); }

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

border-color css

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

 span { border-color: rgb(130,176,145); }

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