Html Css Color HEX #85BE9D Summer Green

📋 copy color: '#85BE9D'

red 133 ◦ green 190 ◦ blue 157

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

Shades of Summer Green #85BE9D

Tints of Summer Green #85BE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.71%

R = 27.71%
G = 39.58%
B = 32.71%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#85BE9D (or 0x85BE9D) is known color: Summer Green. HEX triplet: 85, BE and 9D. RGB value is (133,190,157). Sum of RGB (Red+Green+Blue) = 133+190+157=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE9D is #7A4162. Grayscale: #A9A9A9. Windows color (decimal): -8012131 or 10337925. OLE color: 10337925.

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

Color convert

RGB 133 190 157 -
CMYK 0.3 0 0.17 0.25
HSL 145.26º 0.3% 0.63% -
HSV(B) 145.26º 0.3% 0.75% -
XYZ 34.17 44.25 38.64 -
YUV 169.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 133 190 157 0.3 0 0.17 0.25 145.26 0.3 0.63
Hex 85 BE 9D 1E 0 11 19 91 1E 3F
Octal 205 276 235 36 0 21 31 221 36 77
Binary 10000101 10111110 10011101 11110 0 10001 11001 10010001 11110 111111

Color Harmonies of #85BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE9D

Black with #85BE9D

Text Example


Text Example

White with #85BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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