Html Css Color HEX #85BE76 De York

📋 copy color: '#85BE76'

red 133 ◦ green 190 ◦ blue 118

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

Shades of De York #85BE76

Tints of De York #85BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 30.16%
G = 43.08%
B = 26.76%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#85BE76 (or 0x85BE76) is known color: De York. HEX triplet: 85, BE and 76. RGB value is (133,190,118). Sum of RGB (Red+Green+Blue) = 133+190+118=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE76 is #7A4189. Grayscale: #A4A4A4. Windows color (decimal): -8012170 or 7782021. OLE color: 7782021.

HSL color Cylindrical-coordinate representation of color #85BE76: hue angle of 107.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85BE76 is Cyan = 0.3, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 118 -
CMYK 0.3 0 0.38 0.25
HSL 107.5º 0.36% 0.6% -
HSV(B) 107.5º 0.38% 0.75% -
XYZ 31.36 43.12 23.81 -
YUV 164.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 133 190 118 0.3 0 0.38 0.25 107.5 0.36 0.6
Hex 85 BE 76 1E 0 26 19 6C 24 3C
Octal 205 276 166 36 0 46 31 154 44 74
Binary 10000101 10111110 1110110 11110 0 100110 11001 1101100 100100 111100

Color Harmonies of #85BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE76

Black with #85BE76

Text Example


Text Example

White with #85BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,118); }

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

background-color css

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

 a { background-color: rgb(133,190,118); }

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

border-color css

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

 span { border-color: rgb(133,190,118); }

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