#85CC92

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

Shades of De York #85CC92

Tints of De York #85CC92

Color information

#85CC92 (or 0x85CC92) is unknown color: approx De York. HEX triplet: 85, CC and 92. RGB value is (133,204,146). Sum of RGB (Red+Green+Blue) = 133+204+146=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC92 is #7A336D. Grayscale: #B0B0B0. Windows color (decimal): -8008558 or 9620613. OLE color: 9620613.

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

Color convert

RGB133204146-
CMYK0.3500.280.2
HSL130.99º41.04%66.08%-
HSV(B)130.99º34.8%80%-
XYZ36.4550.2534.97-
YUV176.16110.9897.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=27.54%
G=42.24%
B=30.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041460.3500.280.2130.9941.0466.08
Hex85CC922301C14832942
Octal205314222430342420351102
Binary10000101110011001001001010001101110010100100000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,146); }

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

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

 a { background-color: rgb(133,204,146); }

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

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

 span { border-color: rgb(133,204,146); }

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