Html Css Color HEX #8CB486 Dark Sea Green

📋 copy color: '#8CB486'

red 140 ◦ green 180 ◦ blue 134

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

Shades of Dark Sea Green #8CB486

Tints of Dark Sea Green #8CB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 30.84%
G = 39.65%
B = 29.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#8CB486 (or 0x8CB486) is known color: Dark Sea Green. HEX triplet: 8C, B4 and 86. RGB value is (140,180,134). Sum of RGB (Red+Green+Blue) = 140+180+134=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB486 is #734B79. Grayscale: #A2A2A2. Windows color (decimal): -7555962 or 8828044. OLE color: 8828044.

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

Color convert

RGB 140 180 134 -
CMYK 0.22 0 0.26 0.29
HSL 112.17º 0.23% 0.62% -
HSV(B) 112.17º 0.26% 0.71% -
XYZ 31.44 39.94 28.61 -
YUV 162.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 140 180 134 0.22 0 0.26 0.29 112.17 0.23 0.62
Hex 8C B4 86 16 0 1A 1D 70 17 3E
Octal 214 264 206 26 0 32 35 160 27 76
Binary 10001100 10110100 10000110 10110 0 11010 11101 1110000 10111 111110

Color Harmonies of #8CB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB486

Black with #8CB486

Text Example


Text Example

White with #8CB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,134); }

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

background-color css

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

 a { background-color: rgb(140,180,134); }

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

border-color css

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

 span { border-color: rgb(140,180,134); }

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