Html Css Color HEX #8CBD80 Dark Sea Green

📋 copy color: '#8CBD80'

red 140 ◦ green 189 ◦ blue 128

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

Shades of Dark Sea Green #8CBD80

Tints of Dark Sea Green #8CBD80

RGB

 RED value IS 140 (55.08% from 255) = 30.63%

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 30.63%
G = 41.36%
B = 28.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#8CBD80 (or 0x8CBD80) is known color: Dark Sea Green. HEX triplet: 8C, BD and 80. RGB value is (140,189,128). Sum of RGB (Red+Green+Blue) = 140+189+128=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD80 is #73427F. Grayscale: #A7A7A7. Windows color (decimal): -7553664 or 8437132. OLE color: 8437132.

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

Color convert

RGB 140 189 128 -
CMYK 0.26 0 0.32 0.26
HSL 108.2º 0.32% 0.62% -
HSV(B) 108.2º 0.32% 0.74% -
XYZ 32.91 43.53 27.09 -
YUV 167.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 140 189 128 0.26 0 0.32 0.26 108.2 0.32 0.62
Hex 8C BD 80 1A 0 20 1A 6C 20 3E
Octal 214 275 200 32 0 40 32 154 40 76
Binary 10001100 10111101 10000000 11010 0 100000 11010 1101100 100000 111110

Color Harmonies of #8CBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD80

Black with #8CBD80

Text Example


Text Example

White with #8CBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,128); }

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

background-color css

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

 a { background-color: rgb(140,189,128); }

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

border-color css

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

 span { border-color: rgb(140,189,128); }

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