Html Css Color HEX #86CC88 De York

📋 copy color: '#86CC88'

red 134 ◦ green 204 ◦ blue 136

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

Shades of De York #86CC88

Tints of De York #86CC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 28.27%
G = 43.04%
B = 28.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#86CC88 (or 0x86CC88) is known color: De York. HEX triplet: 86, CC and 88. RGB value is (134,204,136). Sum of RGB (Red+Green+Blue) = 134+204+136=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC88 is #793377. Grayscale: #AFAFAF. Windows color (decimal): -7943032 or 8965254. OLE color: 8965254.

HSL color Cylindrical-coordinate representation of color #86CC88: hue angle of 121.71º 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 #86CC88 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 136 -
CMYK 0.34 0 0.33 0.2
HSL 121.71º 0.41% 0.66% -
HSV(B) 121.71º 0.34% 0.8% -
XYZ 35.87 50.03 31.06 -
YUV 175.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 134 204 136 0.34 0 0.33 0.2 121.71 0.41 0.66
Hex 86 CC 88 22 0 21 14 7A 29 42
Octal 206 314 210 42 0 41 24 172 51 102
Binary 10000110 11001100 10001000 100010 0 100001 10100 1111010 101001 1000010

Color Harmonies of #86CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC88

Black with #86CC88

Text Example


Text Example

White with #86CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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