Html Css Color HEX #8CBC8D Dark Sea Green

📋 copy color: '#8CBC8D'

red 140 ◦ green 188 ◦ blue 141

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

Shades of Dark Sea Green #8CBC8D

Tints of Dark Sea Green #8CBC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 29.85%
G = 40.09%
B = 30.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#8CBC8D (or 0x8CBC8D) is known color: Dark Sea Green. HEX triplet: 8C, BC and 8D. RGB value is (140,188,141). Sum of RGB (Red+Green+Blue) = 140+188+141=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC8D is #734372. Grayscale: #A8A8A8. Windows color (decimal): -7553907 or 9288844. OLE color: 9288844.

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

Color convert

RGB 140 188 141 -
CMYK 0.26 0 0.25 0.26
HSL 121.25º 0.26% 0.64% -
HSV(B) 121.25º 0.26% 0.74% -
XYZ 33.61 43.46 31.82 -
YUV 168.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 140 188 141 0.26 0 0.25 0.26 121.25 0.26 0.64
Hex 8C BC 8D 1A 0 19 1A 79 1A 40
Octal 214 274 215 32 0 31 32 171 32 100
Binary 10001100 10111100 10001101 11010 0 11001 11010 1111001 11010 1000000

Color Harmonies of #8CBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC8D

Black with #8CBC8D

Text Example


Text Example

White with #8CBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,141); }

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

background-color css

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

 a { background-color: rgb(140,188,141); }

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

border-color css

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

 span { border-color: rgb(140,188,141); }

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