#85C18B

Color #85C18B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85C18B

Tints of De York #85C18B

Color information

#85C18B (or 0x85C18B) is unknown color: approx De York. HEX triplet: 85, C1 and 8B. RGB value is (133,193,139). Sum of RGB (Red+Green+Blue) = 133+193+139=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #85C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C18B is #7A3E74. Grayscale: #A9A9A9. Windows color (decimal): -8011381 or 9159045. OLE color: 9159045.

HSL color Cylindrical-coordinate representation of color #85C18B: hue angle of 126º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C18B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB133193139-
CMYK0.3100.280.24
HSL126º32.61%63.92%-
HSV(B)126º31.09%75.69%-
XYZ33.444.9931.35-
YUV168.9111.12102.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=28.60%
G=41.51%
B=29.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931390.3100.280.2412632.6163.92
Hex85C18B1F01C187e2140
Octal205301213370343017641100
Binary100001011100000110001011111110111001100011111101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C18B; }

 p { color: rgb(133,193,139); }

 H1.HeaderClassName
 {
   color: #85C18B;
 }
 .AnyTagClassName
 {
   color: #85C18B;
 }
</style>
background-color css

<style>
 a { background-color: #85C18B; }

 a { background-color: rgb(133,193,139); }

 div.DivClassName
 {
   background-color: #85C18B;
 }
 .BgClassName
 {
   background-color: #85C18B;
 }
</style>
border-color css

<style>
 span { border-color: #85C18B; }

 span { border-color: rgb(133,193,139); }

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