Html Css Color HEX #85BA78 De York

📋 copy color: '#85BA78'

red 133 ◦ green 186 ◦ blue 120

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

Shades of De York #85BA78

Tints of De York #85BA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.37%

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 30.3%
G = 42.37%
B = 27.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#85BA78 (or 0x85BA78) is known color: De York. HEX triplet: 85, BA and 78. RGB value is (133,186,120). Sum of RGB (Red+Green+Blue) = 133+186+120=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA78 is #7A4587. Grayscale: #A2A2A2. Windows color (decimal): -8013192 or 7912069. OLE color: 7912069.

HSL color Cylindrical-coordinate representation of color #85BA78: hue angle of 108.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85BA78 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 120 -
CMYK 0.28 0 0.35 0.27
HSL 108.18º 0.32% 0.6% -
HSV(B) 108.18º 0.35% 0.73% -
XYZ 30.62 41.46 24.16 -
YUV 162.63 103.94 106.87 -
System Red Green Blue C M Y K H S L
Decimal 133 186 120 0.28 0 0.35 0.27 108.18 0.32 0.6
Hex 85 BA 78 1C 0 23 1B 6C 20 3C
Octal 205 272 170 34 0 43 33 154 40 74
Binary 10000101 10111010 1111000 11100 0 100011 11011 1101100 100000 111100

Color Harmonies of #85BA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA78

Black with #85BA78

Text Example


Text Example

White with #85BA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,120); }

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

background-color css

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

 a { background-color: rgb(133,186,120); }

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

border-color css

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

 span { border-color: rgb(133,186,120); }

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