Html Css Color HEX #85BF9E Summer Green

📋 copy color: '#85BF9E'

red 133 ◦ green 191 ◦ blue 158

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

Shades of Summer Green #85BF9E

Tints of Summer Green #85BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 27.59%
G = 39.63%
B = 32.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#85BF9E (or 0x85BF9E) is known color: Summer Green. HEX triplet: 85, BF and 9E. RGB value is (133,191,158). Sum of RGB (Red+Green+Blue) = 133+191+158=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF9E is #7A4061. Grayscale: #A9A9A9. Windows color (decimal): -8011874 or 10403717. OLE color: 10403717.

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

Color convert

RGB 133 191 158 -
CMYK 0.30 0 0.17 0.25
HSL 145.86º 0.31% 0.64% -
HSV(B) 145.86º 0.3% 0.75% -
XYZ 34.48 44.72 39.16 -
YUV 169.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 133 191 158 0.30 0 0.17 0.25 145.86 0.31 0.64
Hex 85 BF 9E 1E 0 11 19 92 1F 40
Octal 205 277 236 36 0 21 31 222 37 100
Binary 10000101 10111111 10011110 11110 0 10001 11001 10010010 11111 1000000

Color Harmonies of #85BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF9E

Black with #85BF9E

Text Example


Text Example

White with #85BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,158); }

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

background-color css

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

 a { background-color: rgb(133,191,158); }

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

border-color css

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

 span { border-color: rgb(133,191,158); }

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