Html Css Color HEX #85C08B De York

📋 copy color: '#85C08B'

red 133 ◦ green 192 ◦ blue 139

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

Shades of De York #85C08B

Tints of De York #85C08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 28.66%
G = 41.38%
B = 29.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#85C08B (or 0x85C08B) is known color: De York. HEX triplet: 85, C0 and 8B. RGB value is (133,192,139). Sum of RGB (Red+Green+Blue) = 133+192+139=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #85C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C08B is #7A3F74. Grayscale: #A8A8A8. Windows color (decimal): -8011637 or 9158789. OLE color: 9158789.

HSL color Cylindrical-coordinate representation of color #85C08B: hue angle of 126.1º 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 #85C08B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 139 -
CMYK 0.31 0 0.28 0.25
HSL 126.1º 0.32% 0.64% -
HSV(B) 126.1º 0.31% 0.75% -
XYZ 33.18 44.55 31.28 -
YUV 168.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 133 192 139 0.31 0 0.28 0.25 126.1 0.32 0.64
Hex 85 C0 8B 1F 0 1C 19 7E 20 40
Octal 205 300 213 37 0 34 31 176 40 100
Binary 10000101 11000000 10001011 11111 0 11100 11001 1111110 100000 1000000

Color Harmonies of #85C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C08B

Black with #85C08B

Text Example


Text Example

White with #85C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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