Html Css Color HEX #82AB90 Bay Leaf

📋 copy color: '#82AB90'

red 130 ◦ green 171 ◦ blue 144

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

Shades of Bay Leaf #82AB90

Tints of Bay Leaf #82AB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

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

R = 29.21%
G = 38.43%
B = 32.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#82AB90 (or 0x82AB90) is known color: Bay Leaf. HEX triplet: 82, AB and 90. RGB value is (130,171,144). Sum of RGB (Red+Green+Blue) = 130+171+144=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB90 is #7D546F. Grayscale: #9B9B9B. Windows color (decimal): -8213616 or 9481090. OLE color: 9481090.

HSL color Cylindrical-coordinate representation of color #82AB90: hue angle of 140.49º 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 #82AB90 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 144 -
CMYK 0.24 0 0.16 0.33
HSL 140.49º 0.2% 0.59% -
HSV(B) 140.49º 0.24% 0.67% -
XYZ 28.8 35.89 31.79 -
YUV 155.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 130 171 144 0.24 0 0.16 0.33 140.49 0.2 0.59
Hex 82 AB 90 18 0 10 21 8C 14 3B
Octal 202 253 220 30 0 20 41 214 24 73
Binary 10000010 10101011 10010000 11000 0 10000 100001 10001100 10100 111011

Color Harmonies of #82AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB90

Black with #82AB90

Text Example


Text Example

White with #82AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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