Html Css Color HEX #82B390 Bay Leaf

📋 copy color: '#82B390'

red 130 ◦ green 179 ◦ blue 144

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

Shades of Bay Leaf #82B390

Tints of Bay Leaf #82B390

RGB

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

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

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

R = 28.7%
G = 39.51%
B = 31.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#82B390 (or 0x82B390) is known color: Bay Leaf. HEX triplet: 82, B3 and 90. RGB value is (130,179,144). Sum of RGB (Red+Green+Blue) = 130+179+144=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #82B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B390 is #7D4C6F. Grayscale: #A0A0A0. Windows color (decimal): -8211568 or 9483138. OLE color: 9483138.

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

Color convert

RGB 130 179 144 -
CMYK 0.27 0 0.20 0.30
HSL 137.14º 0.24% 0.61% -
HSV(B) 137.14º 0.27% 0.7% -
XYZ 30.36 39 32.31 -
YUV 160.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 130 179 144 0.27 0 0.20 0.30 137.14 0.24 0.61
Hex 82 B3 90 1B 0 14 1E 89 18 3D
Octal 202 263 220 33 0 24 36 211 30 75
Binary 10000010 10110011 10010000 11011 0 10100 11110 10001001 11000 111101

Color Harmonies of #82B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B390

Black with #82B390

Text Example


Text Example

White with #82B390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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