Html Css Color HEX #86B485 Dark Sea Green

📋 copy color: '#86B485'

red 134 ◦ green 180 ◦ blue 133

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

Shades of Dark Sea Green #86B485

Tints of Dark Sea Green #86B485

RGB

 RED value IS 134 (52.73% from 255) = 29.98%

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

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 29.98%
G = 40.27%
B = 29.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#86B485 (or 0x86B485) is known color: Dark Sea Green. HEX triplet: 86, B4 and 85. RGB value is (134,180,133). Sum of RGB (Red+Green+Blue) = 134+180+133=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #86B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B485 is #794B7A. Grayscale: #A1A1A1. Windows color (decimal): -7949179 or 8762502. OLE color: 8762502.

HSL color Cylindrical-coordinate representation of color #86B485: hue angle of 118.72º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B485 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 133 -
CMYK 0.26 0 0.26 0.29
HSL 118.72º 0.24% 0.61% -
HSV(B) 118.72º 0.26% 0.71% -
XYZ 30.39 39.4 28.19 -
YUV 160.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 134 180 133 0.26 0 0.26 0.29 118.72 0.24 0.61
Hex 86 B4 85 1A 0 1A 1D 77 18 3D
Octal 206 264 205 32 0 32 35 167 30 75
Binary 10000110 10110100 10000101 11010 0 11010 11101 1110111 11000 111101

Color Harmonies of #86B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B485

Black with #86B485

Text Example


Text Example

White with #86B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B485; }

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

 H1.HeaderClassName
 {
   color: #86B485;
 }
 .AnyTagClassName
 {
   color: #86B485;
 }
</style>

background-color css

<style>
 a { background-color: #86B485; }

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

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

border-color css

<style>
 span { border-color: #86B485; }

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

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