#85BB94

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

Shades of Summer Green #85BB94

Tints of Summer Green #85BB94

Color information

#85BB94 (or 0x85BB94) is unknown color: approx Summer Green. HEX triplet: 85, BB and 94. RGB value is (133,187,148). Sum of RGB (Red+Green+Blue) = 133+187+148=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BB94 is #7A446B. Grayscale: #A6A6A6. Windows color (decimal): -8012908 or 9747333. OLE color: 9747333.

HSL color Cylindrical-coordinate representation of color #85BB94: hue angle of 136.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BB94 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB133187148-
CMYK0.2900.210.27
HSL136.67º28.42%62.75%-
HSV(B)136.67º28.88%73.33%-
XYZ32.7942.6734.52-
YUV166.41117.61104.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=28.42%
G=39.96%
B=31.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331871480.2900.210.27136.6728.4262.75
Hex85BB941D0151B891c3f
Octal20527322435025332113477
Binary10000101101110111001010011101010101110111000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,148); }

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

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

 a { background-color: rgb(133,187,148); }

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

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

 span { border-color: rgb(133,187,148); }

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