Html Css Color HEX #82B090 Bay Leaf

📋 copy color: '#82B090'

red 130 ◦ green 176 ◦ blue 144

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

Shades of Bay Leaf #82B090

Tints of Bay Leaf #82B090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.11%

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

R = 28.89%
G = 39.11%
B = 32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#82B090 (or 0x82B090) is known color: Bay Leaf. HEX triplet: 82, B0 and 90. RGB value is (130,176,144). Sum of RGB (Red+Green+Blue) = 130+176+144=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #82B090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B090 is #7D4F6F. Grayscale: #9E9E9E. Windows color (decimal): -8212336 or 9482370. OLE color: 9482370.

HSL color Cylindrical-coordinate representation of color #82B090: hue angle of 138.26º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82B090 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 144 -
CMYK 0.26 0 0.18 0.31
HSL 138.26º 0.23% 0.6% -
HSV(B) 138.26º 0.26% 0.69% -
XYZ 29.77 37.81 32.11 -
YUV 158.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 130 176 144 0.26 0 0.18 0.31 138.26 0.23 0.6
Hex 82 B0 90 1A 0 12 1F 8A 17 3C
Octal 202 260 220 32 0 22 37 212 27 74
Binary 10000010 10110000 10010000 11010 0 10010 11111 10001010 10111 111100

Color Harmonies of #82B090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B090

Black with #82B090

Text Example


Text Example

White with #82B090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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