#82BF90

Color #82BF90 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #82BF90

Tints of Bay Leaf #82BF90

Color information

#82BF90 (or 0x82BF90) is unknown color: approx Bay Leaf. HEX triplet: 82, BF and 90. RGB value is (130,191,144). Sum of RGB (Red+Green+Blue) = 130+191+144=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF90 is #7D406F. Grayscale: #A7A7A7. Windows color (decimal): -8208496 or 9486210. OLE color: 9486210.

HSL color Cylindrical-coordinate representation of color #82BF90: hue angle of 133.77º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BF90 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB130191144-
CMYK0.3200.250.25
HSL133.77º32.28%62.94%-
HSV(B)133.77º31.94%74.9%-
XYZ32.8744.0233.15-
YUV167.4114.79101.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=27.96%
G=41.08%
B=30.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911440.3200.250.25133.7732.2862.94
Hex82BF90200191986203f
Octal20227722040031312064077
Binary1000001010111111100100001000000110011100110000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BF90;
 }
 .AnyTagClassName
 {
   color: #82BF90;
 }
</style>
background-color css

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

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

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

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

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

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