Html Css Color HEX #82B191 Bay Leaf

📋 copy color: '#82B191'

red 130 ◦ green 177 ◦ blue 145

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

Shades of Bay Leaf #82B191

Tints of Bay Leaf #82B191

RGB

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

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

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

R = 28.76%
G = 39.16%
B = 32.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#82B191 (or 0x82B191) is known color: Bay Leaf. HEX triplet: 82, B1 and 91. RGB value is (130,177,145). Sum of RGB (Red+Green+Blue) = 130+177+145=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #82B191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B191 is #7D4E6E. Grayscale: #9F9F9F. Windows color (decimal): -8212079 or 9548162. OLE color: 9548162.

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

Color convert

RGB 130 177 145 -
CMYK 0.27 0 0.18 0.31
HSL 139.15º 0.23% 0.6% -
HSV(B) 139.15º 0.27% 0.69% -
XYZ 30.04 38.23 32.58 -
YUV 159.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 130 177 145 0.27 0 0.18 0.31 139.15 0.23 0.6
Hex 82 B1 91 1B 0 12 1F 8B 17 3C
Octal 202 261 221 33 0 22 37 213 27 74
Binary 10000010 10110001 10010001 11011 0 10010 11111 10001011 10111 111100

Color Harmonies of #82B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B191

Black with #82B191

Text Example


Text Example

White with #82B191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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