Html Css Color HEX #85C090 De York

📋 copy color: '#85C090'

red 133 ◦ green 192 ◦ blue 144

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

Shades of De York #85C090

Tints of De York #85C090

RGB

 RED value IS 133 (52.34% from 255) = 28.36%

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 28.36%
G = 40.94%
B = 30.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#85C090 (or 0x85C090) is known color: De York. HEX triplet: 85, C0 and 90. RGB value is (133,192,144). Sum of RGB (Red+Green+Blue) = 133+192+144=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #85C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C090 is #7A3F6F. Grayscale: #A9A9A9. Windows color (decimal): -8011632 or 9486469. OLE color: 9486469.

HSL color Cylindrical-coordinate representation of color #85C090: hue angle of 131.19º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C090 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 144 -
CMYK 0.31 0 0.25 0.25
HSL 131.19º 0.32% 0.64% -
HSV(B) 131.19º 0.31% 0.75% -
XYZ 33.56 44.7 33.24 -
YUV 168.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 133 192 144 0.31 0 0.25 0.25 131.19 0.32 0.64
Hex 85 C0 90 1F 0 19 19 83 20 40
Octal 205 300 220 37 0 31 31 203 40 100
Binary 10000101 11000000 10010000 11111 0 11001 11001 10000011 100000 1000000

Color Harmonies of #85C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C090

Black with #85C090

Text Example


Text Example

White with #85C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,144); }

 H1.HeaderClassName
 {
   color: #85C090;
 }
 .AnyTagClassName
 {
   color: #85C090;
 }
</style>

background-color css

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

 a { background-color: rgb(133,192,144); }

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

border-color css

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

 span { border-color: rgb(133,192,144); }

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