Html Css Color HEX #82AC8D Bay Leaf

📋 copy color: '#82AC8D'

red 130 ◦ green 172 ◦ blue 141

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

Shades of Bay Leaf #82AC8D

Tints of Bay Leaf #82AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

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

R = 29.35%
G = 38.83%
B = 31.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#82AC8D (or 0x82AC8D) is known color: Bay Leaf. HEX triplet: 82, AC and 8D. RGB value is (130,172,141). Sum of RGB (Red+Green+Blue) = 130+172+141=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AC8D is #7D5372. Grayscale: #9B9B9B. Windows color (decimal): -8213363 or 9284738. OLE color: 9284738.

HSL color Cylindrical-coordinate representation of color #82AC8D: hue angle of 135.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AC8D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 141 -
CMYK 0.24 0 0.18 0.33
HSL 135.71º 0.2% 0.59% -
HSV(B) 135.71º 0.24% 0.67% -
XYZ 28.77 36.17 30.67 -
YUV 155.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 130 172 141 0.24 0 0.18 0.33 135.71 0.2 0.59
Hex 82 AC 8D 18 0 12 21 88 14 3B
Octal 202 254 215 30 0 22 41 210 24 73
Binary 10000010 10101100 10001101 11000 0 10010 100001 10001000 10100 111011

Color Harmonies of #82AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC8D

Black with #82AC8D

Text Example


Text Example

White with #82AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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