#85BF9C

Color #85BF9C Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #85BF9C

Tints of Summer Green #85BF9C

Color information

#85BF9C (or 0x85BF9C) is unknown color: approx Summer Green. HEX triplet: 85, BF and 9C. RGB value is (133,191,156). Sum of RGB (Red+Green+Blue) = 133+191+156=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF9C is #7A4063. Grayscale: #A9A9A9. Windows color (decimal): -8011876 or 10272645. OLE color: 10272645.

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

Color convert

RGB133191156-
CMYK0.3000.180.25
HSL143.79º31.18%63.53%-
HSV(B)143.79º30.37%74.9%-
XYZ34.344.6538.26-
YUV169.67120.28101.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=27.71%
G=39.79%
B=32.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911560.3000.180.25143.7931.1863.53
Hex85BF9C1E01219901f40
Octal205277234360223122037100
Binary100001011011111110011100111100100101100110010000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BF9C;
 }
 .AnyTagClassName
 {
   color: #85BF9C;
 }
</style>
background-color css

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

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

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

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

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

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