Html Css Color HEX #86CC8C De York

📋 copy color: '#86CC8C'

red 134 ◦ green 204 ◦ blue 140

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

Shades of De York #86CC8C

Tints of De York #86CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 28.03%
G = 42.68%
B = 29.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#86CC8C (or 0x86CC8C) is known color: De York. HEX triplet: 86, CC and 8C. RGB value is (134,204,140). Sum of RGB (Red+Green+Blue) = 134+204+140=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC8C is #793373. Grayscale: #AFAFAF. Windows color (decimal): -7943028 or 9227398. OLE color: 9227398.

HSL color Cylindrical-coordinate representation of color #86CC8C: hue angle of 125.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CC8C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 140 -
CMYK 0.34 0 0.31 0.2
HSL 125.14º 0.41% 0.66% -
HSV(B) 125.14º 0.34% 0.8% -
XYZ 36.16 50.15 32.58 -
YUV 175.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 134 204 140 0.34 0 0.31 0.2 125.14 0.41 0.66
Hex 86 CC 8C 22 0 1F 14 7D 29 42
Octal 206 314 214 42 0 37 24 175 51 102
Binary 10000110 11001100 10001100 100010 0 11111 10100 1111101 101001 1000010

Color Harmonies of #86CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC8C

Black with #86CC8C

Text Example


Text Example

White with #86CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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