Html Css Color HEX #86D099 De York

📋 copy color: '#86D099'

red 134 ◦ green 208 ◦ blue 153

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

Shades of De York #86D099

Tints of De York #86D099

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 27.07%
G = 42.02%
B = 30.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#86D099 (or 0x86D099) is known color: De York. HEX triplet: 86, D0 and 99. RGB value is (134,208,153). Sum of RGB (Red+Green+Blue) = 134+208+153=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #86D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D099 is #792F66. Grayscale: #B3B3B3. Windows color (decimal): -7941991 or 10080390. OLE color: 10080390.

HSL color Cylindrical-coordinate representation of color #86D099: hue angle of 135.41º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D099 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 208 153 -
CMYK 0.36 0 0.26 0.18
HSL 135.41º 0.44% 0.67% -
HSV(B) 135.41º 0.36% 0.82% -
XYZ 38.14 52.48 38.26 -
YUV 179.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 134 208 153 0.36 0 0.26 0.18 135.41 0.44 0.67
Hex 86 D0 99 24 0 1A 12 87 2C 43
Octal 206 320 231 44 0 32 22 207 54 103
Binary 10000110 11010000 10011001 100100 0 11010 10010 10000111 101100 1000011

Color Harmonies of #86D099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D099

Black with #86D099

Text Example


Text Example

White with #86D099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,208,153); }

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

background-color css

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

 a { background-color: rgb(134,208,153); }

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

border-color css

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

 span { border-color: rgb(134,208,153); }

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