Html Css Color HEX #8BB282 Dark Sea Green

📋 copy color: '#8BB282'

red 139 ◦ green 178 ◦ blue 130

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

Shades of Dark Sea Green #8BB282

Tints of Dark Sea Green #8BB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

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

R = 31.1%
G = 39.82%
B = 29.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#8BB282 (or 0x8BB282) is known color: Dark Sea Green. HEX triplet: 8B, B2 and 82. RGB value is (139,178,130). Sum of RGB (Red+Green+Blue) = 139+178+130=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB282 is #744D7D. Grayscale: #A1A1A1. Windows color (decimal): -7622014 or 8565387. OLE color: 8565387.

HSL color Cylindrical-coordinate representation of color #8BB282: hue angle of 108.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB282 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 178 130 -
CMYK 0.22 0 0.27 0.30
HSL 108.75º 0.24% 0.6% -
HSV(B) 108.75º 0.27% 0.7% -
XYZ 30.6 38.94 27.02 -
YUV 160.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 139 178 130 0.22 0 0.27 0.30 108.75 0.24 0.6
Hex 8B B2 82 16 0 1B 1E 6D 18 3C
Octal 213 262 202 26 0 33 36 155 30 74
Binary 10001011 10110010 10000010 10110 0 11011 11110 1101101 11000 111100

Color Harmonies of #8BB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB282

Black with #8BB282

Text Example


Text Example

White with #8BB282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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