Html Css Color HEX #8BB882 Dark Sea Green

📋 copy color: '#8BB882'

red 139 ◦ green 184 ◦ blue 130

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

Shades of Dark Sea Green #8BB882

Tints of Dark Sea Green #8BB882

RGB

 RED value IS 139 (54.69% from 255) = 30.68%

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 30.68%
G = 40.62%
B = 28.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#8BB882 (or 0x8BB882) is known color: Dark Sea Green. HEX triplet: 8B, B8 and 82. RGB value is (139,184,130). Sum of RGB (Red+Green+Blue) = 139+184+130=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB882 is #74477D. Grayscale: #A4A4A4. Windows color (decimal): -7620478 or 8566923. OLE color: 8566923.

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

Color convert

RGB 139 184 130 -
CMYK 0.24 0 0.29 0.28
HSL 110º 0.28% 0.62% -
HSV(B) 110º 0.29% 0.72% -
XYZ 31.82 41.38 27.43 -
YUV 164.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 139 184 130 0.24 0 0.29 0.28 110 0.28 0.62
Hex 8B B8 82 18 0 1D 1C 6E 1C 3E
Octal 213 270 202 30 0 35 34 156 34 76
Binary 10001011 10111000 10000010 11000 0 11101 11100 1101110 11100 111110

Color Harmonies of #8BB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB882

Black with #8BB882

Text Example


Text Example

White with #8BB882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,184,130); }

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

background-color css

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

 a { background-color: rgb(139,184,130); }

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

border-color css

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

 span { border-color: rgb(139,184,130); }

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