Html Css Color HEX #8DBA82 Dark Sea Green

📋 copy color: '#8DBA82'

red 141 ◦ green 186 ◦ blue 130

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

Shades of Dark Sea Green #8DBA82

Tints of Dark Sea Green #8DBA82

RGB

 RED value IS 141 (55.47% from 255) = 30.85%

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 30.85%
G = 40.7%
B = 28.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#8DBA82 (or 0x8DBA82) is known color: Dark Sea Green. HEX triplet: 8D, BA and 82. RGB value is (141,186,130). Sum of RGB (Red+Green+Blue) = 141+186+130=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBA82 is #72457D. Grayscale: #A6A6A6. Windows color (decimal): -7488894 or 8567437. OLE color: 8567437.

HSL color Cylindrical-coordinate representation of color #8DBA82: hue angle of 108.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBA82 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 130 -
CMYK 0.24 0 0.30 0.27
HSL 108.21º 0.29% 0.62% -
HSV(B) 108.21º 0.3% 0.73% -
XYZ 32.57 42.39 27.58 -
YUV 166.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 141 186 130 0.24 0 0.30 0.27 108.21 0.29 0.62
Hex 8D BA 82 18 0 1E 1B 6C 1D 3E
Octal 215 272 202 30 0 36 33 154 35 76
Binary 10001101 10111010 10000010 11000 0 11110 11011 1101100 11101 111110

Color Harmonies of #8DBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA82

Black with #8DBA82

Text Example


Text Example

White with #8DBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DBA82; }

 p { color: rgb(141,186,130); }

 H1.HeaderClassName
 {
   color: #8DBA82;
 }
 .AnyTagClassName
 {
   color: #8DBA82;
 }
</style>

background-color css

<style>
 a { background-color: #8DBA82; }

 a { background-color: rgb(141,186,130); }

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

border-color css

<style>
 span { border-color: #8DBA82; }

 span { border-color: rgb(141,186,130); }

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