Html Css Color HEX #85BE96 Summer Green

📋 copy color: '#85BE96'

red 133 ◦ green 190 ◦ blue 150

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

Shades of Summer Green #85BE96

Tints of Summer Green #85BE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 28.12%
G = 40.17%
B = 31.71%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#85BE96 (or 0x85BE96) is known color: Summer Green. HEX triplet: 85, BE and 96. RGB value is (133,190,150). Sum of RGB (Red+Green+Blue) = 133+190+150=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE96 is #7A4169. Grayscale: #A8A8A8. Windows color (decimal): -8012138 or 9879173. OLE color: 9879173.

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

Color convert

RGB 133 190 150 -
CMYK 0.3 0 0.21 0.25
HSL 137.89º 0.3% 0.63% -
HSV(B) 137.89º 0.3% 0.75% -
XYZ 33.59 44.02 35.58 -
YUV 168.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 133 190 150 0.3 0 0.21 0.25 137.89 0.3 0.63
Hex 85 BE 96 1E 0 15 19 8A 1E 3F
Octal 205 276 226 36 0 25 31 212 36 77
Binary 10000101 10111110 10010110 11110 0 10101 11001 10001010 11110 111111

Color Harmonies of #85BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE96

Black with #85BE96

Text Example


Text Example

White with #85BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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