Html Css Color HEX #82B38D Bay Leaf

📋 copy color: '#82B38D'

red 130 ◦ green 179 ◦ blue 141

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

Shades of Bay Leaf #82B38D

Tints of Bay Leaf #82B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

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

R = 28.89%
G = 39.78%
B = 31.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#82B38D (or 0x82B38D) is known color: Bay Leaf. HEX triplet: 82, B3 and 8D. RGB value is (130,179,141). Sum of RGB (Red+Green+Blue) = 130+179+141=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #82B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B38D is #7D4C72. Grayscale: #A0A0A0. Windows color (decimal): -8211571 or 9286530. OLE color: 9286530.

HSL color Cylindrical-coordinate representation of color #82B38D: hue angle of 133.47º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B38D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 179 141 -
CMYK 0.27 0 0.21 0.30
HSL 133.47º 0.24% 0.61% -
HSV(B) 133.47º 0.27% 0.7% -
XYZ 30.13 38.91 31.12 -
YUV 160.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 130 179 141 0.27 0 0.21 0.30 133.47 0.24 0.61
Hex 82 B3 8D 1B 0 15 1E 85 18 3D
Octal 202 263 215 33 0 25 36 205 30 75
Binary 10000010 10110011 10001101 11011 0 10101 11110 10000101 11000 111101

Color Harmonies of #82B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B38D

Black with #82B38D

Text Example


Text Example

White with #82B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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