Html Css Color HEX #82C08F Bay Leaf

📋 copy color: '#82C08F'

red 130 ◦ green 192 ◦ blue 143

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

Shades of Bay Leaf #82C08F

Tints of Bay Leaf #82C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 27.96%
G = 41.29%
B = 30.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#82C08F (or 0x82C08F) is known color: Bay Leaf. HEX triplet: 82, C0 and 8F. RGB value is (130,192,143). Sum of RGB (Red+Green+Blue) = 130+192+143=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #82C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C08F is #7D3F70. Grayscale: #A8A8A8. Windows color (decimal): -8208241 or 9420930. OLE color: 9420930.

HSL color Cylindrical-coordinate representation of color #82C08F: hue angle of 132.58º degrees, saturation: 0.33, 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 #82C08F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 143 -
CMYK 0.32 0 0.26 0.25
HSL 132.58º 0.33% 0.63% -
HSV(B) 132.58º 0.32% 0.75% -
XYZ 33.01 44.43 32.82 -
YUV 167.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 130 192 143 0.32 0 0.26 0.25 132.58 0.33 0.63
Hex 82 C0 8F 20 0 1A 19 85 21 3F
Octal 202 300 217 40 0 32 31 205 41 77
Binary 10000010 11000000 10001111 100000 0 11010 11001 10000101 100001 111111

Color Harmonies of #82C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C08F

Black with #82C08F

Text Example


Text Example

White with #82C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,143); }

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

background-color css

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

 a { background-color: rgb(130,192,143); }

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

border-color css

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

 span { border-color: rgb(130,192,143); }

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