Html Css Color HEX #82A790 Bay Leaf

📋 copy color: '#82A790'

red 130 ◦ green 167 ◦ blue 144

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

Shades of Bay Leaf #82A790

Tints of Bay Leaf #82A790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 29.48%
G = 37.87%
B = 32.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#82A790 (or 0x82A790) is known color: Bay Leaf. HEX triplet: 82, A7 and 90. RGB value is (130,167,144). Sum of RGB (Red+Green+Blue) = 130+167+144=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #82A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A790 is #7D586F. Grayscale: #999999. Windows color (decimal): -8214640 or 9480066. OLE color: 9480066.

HSL color Cylindrical-coordinate representation of color #82A790: hue angle of 142.7º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82A790 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 167 144 -
CMYK 0.22 0 0.14 0.35
HSL 142.7º 0.17% 0.58% -
HSV(B) 142.7º 0.22% 0.65% -
XYZ 28.06 34.4 31.55 -
YUV 153.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 130 167 144 0.22 0 0.14 0.35 142.7 0.17 0.58
Hex 82 A7 90 16 0 E 23 8F 11 3A
Octal 202 247 220 26 0 16 43 217 21 72
Binary 10000010 10100111 10010000 10110 0 1110 100011 10001111 10001 111010

Color Harmonies of #82A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A790

Black with #82A790

Text Example


Text Example

White with #82A790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,167,144); }

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

background-color css

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

 a { background-color: rgb(130,167,144); }

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

border-color css

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

 span { border-color: rgb(130,167,144); }

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