Html Css Color HEX #8BBC8A Dark Sea Green

📋 copy color: '#8BBC8A'

red 139 ◦ green 188 ◦ blue 138

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

Shades of Dark Sea Green #8BBC8A

Tints of Dark Sea Green #8BBC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 29.89%
G = 40.43%
B = 29.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#8BBC8A (or 0x8BBC8A) is known color: Dark Sea Green. HEX triplet: 8B, BC and 8A. RGB value is (139,188,138). Sum of RGB (Red+Green+Blue) = 139+188+138=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC8A is #744375. Grayscale: #A7A7A7. Windows color (decimal): -7619446 or 9092235. OLE color: 9092235.

HSL color Cylindrical-coordinate representation of color #8BBC8A: hue angle of 118.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBC8A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 188 138 -
CMYK 0.26 0 0.27 0.26
HSL 118.8º 0.27% 0.64% -
HSV(B) 118.8º 0.27% 0.74% -
XYZ 33.22 43.29 30.65 -
YUV 167.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 139 188 138 0.26 0 0.27 0.26 118.8 0.27 0.64
Hex 8B BC 8A 1A 0 1B 1A 77 1B 40
Octal 213 274 212 32 0 33 32 167 33 100
Binary 10001011 10111100 10001010 11010 0 11011 11010 1110111 11011 1000000

Color Harmonies of #8BBC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC8A

Black with #8BBC8A

Text Example


Text Example

White with #8BBC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,138); }

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

background-color css

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

 a { background-color: rgb(139,188,138); }

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

border-color css

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

 span { border-color: rgb(139,188,138); }

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